diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_log_list_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index 63436b599..6068bd817 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -49,7 +49,6 @@ android:background="@drawable/call_log_background" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_centerVertical="true" android:padding="@dimen/call_log_outer_margin" android:orientation="horizontal" android:gravity="center_vertical" @@ -91,6 +90,7 @@ android:textSize="@dimen/call_log_secondary_text_size" android:singleLine="true" android:ellipsize="marquee" + android:visibility="gone" /> <LinearLayout android:id="@+id/call_type" |