From 9fd02a6742c8e9139a03d80bacca360238be11bf Mon Sep 17 00:00:00 2001 From: Chiao Cheng Date: Mon, 30 Sep 2013 12:33:46 -0700 Subject: Turn on reverse lookup by default. - Adding new caller id is enabled message when the call short cut is displaying a reverse lookup result or if the number is unknown. - Added dismiss "X" button which turns of the badge forever. - Fixed issue where main screen was cutting off add contact button when few favorites are present. Bug: 10956658 Change-Id: Iea298d41b2ad6c3f63bc5580dc54fa0dc81d8c52 --- res/layout/call_log_list_item_extra.xml | 14 +++++++++++--- res/layout/phone_favorites_fragment.xml | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'res') 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"> + android:layout_gravity="center_vertical" + android:layout_weight="1"/> + \ No newline at end of file diff --git a/res/layout/phone_favorites_fragment.xml b/res/layout/phone_favorites_fragment.xml index f518f0b92..363565a5d 100644 --- a/res/layout/phone_favorites_fragment.xml +++ b/res/layout/phone_favorites_fragment.xml @@ -27,7 +27,7 @@ -- cgit v1.2.3