diff options
author | Chiao Cheng <chiaocheng@google.com> | 2013-10-02 10:38:35 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-10-02 10:38:35 -0700 |
commit | d859b816bf282b9379536b1fc1a689cbf24d18d8 (patch) | |
tree | ca4cf6bea4349f0e43383143088a1e2744150097 /res | |
parent | 46d36598a85db64766f1fc41c5503aeb1218b7f2 (diff) | |
parent | 10a01f52d6cd2de6eba8e2012c65f35d08f00f3b (diff) |
am 10a01f52: am 04710264: Merge "Turn on reverse lookup by default." into klp-dev
* commit '10a01f52d6cd2de6eba8e2012c65f35d08f00f3b':
Turn on reverse lookup by default.
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_log_list_item_extra.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/res/layout/call_log_list_item_extra.xml b/res/layout/call_log_list_item_extra.xml index 672abf12f..d3f86cfea 100644 --- a/res/layout/call_log_list_item_extra.xml +++ b/res/layout/call_log_list_item_extra.xml @@ -33,8 +33,8 @@ android:layout_height="wrap_content" android:paddingStart="@dimen/call_log_outer_margin" android:paddingEnd="@dimen/call_log_outer_margin" - android:paddingTop="4dip" - android:paddingBottom="4dip" + android:paddingTop="0dip" + android:paddingBottom="0dip" android:background="?android:attr/selectableItemBackground" android:clickable="true"> <ImageView android:layout_width="wrap_content" @@ -45,6 +45,14 @@ android:layout_height="wrap_content" android:id="@+id/badge_text" android:textColor="@color/dialpad_primary_text_color" - android:layout_gravity="center_vertical"/> + android:layout_gravity="center_vertical" + android:layout_weight="1"/> + <ImageView android:id="@+id/dismiss_button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:paddingTop="8dip" + android:src="@drawable/ic_close_dk" + android:background="?android:attr/selectableItemBackground" + android:visibility="gone"/> </LinearLayout> </FrameLayout>
\ No newline at end of file |