diff options
author | Yorke Lee <yorkelee@google.com> | 2014-05-13 21:25:23 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-05-13 21:25:23 +0000 |
commit | 5a0fa51d72147da8b1c57f40517a9c8ab28433db (patch) | |
tree | be6c8410d182e2ccf4b355abe4995c7b65488736 /res | |
parent | 125104a73d9e7648af479efcb6b402019b0e7198 (diff) | |
parent | 654df8fbbc7703c24aec687de902e2c72ba343dd (diff) |
Merge "Animate call log expand/collapse"
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" |