From c59a4b5df9f21a6ec47bcf6c2bb67ecdc9fbe58a Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Mon, 29 Jul 2013 08:51:35 -0700 Subject: Redlines for phone number list fragments * Add and remove padding for regular search and smart dialing search fragments. * Move background colors to individual fragment views instead of the app, so that they can define their own background colors without causing overdraw. * Remove unused imports in SearchFragment Change-Id: Id1523c5760ea3cf5e675df8f89e5bd299a95eb18 --- res/layout/new_phone_favorites_fragment.xml | 3 ++- res/values/styles.xml | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'res') diff --git a/res/layout/new_phone_favorites_fragment.xml b/res/layout/new_phone_favorites_fragment.xml index 9974adf65..cc11ea164 100644 --- a/res/layout/new_phone_favorites_fragment.xml +++ b/res/layout/new_phone_favorites_fragment.xml @@ -22,7 +22,8 @@ android:orientation="vertical" android:divider="?android:attr/dividerHorizontal" android:showDividers="end" - android:clipChildren="false"> + android:clipChildren="false" + android:background="@color/background_dialer_light"> @style/DialtactsActionBarStyleNew @style/DialtactsActionBarTabStyle @null - @color/background_dialer_light @style/DialtactsSearchboxStyle @style/ListViewStyle @@ -81,9 +80,9 @@ @drawable/list_title_holo 32dip ?android:attr/listDivider - 0dip + 8dip 0dip - 0dip + 8dip 0dip 8dip 5dip @@ -100,7 +99,7 @@ @color/people_app_theme_color 5 3 - 16dip + 8dip 0dip @android:color/transparent @dimen/contact_browser_list_item_text_indent -- cgit v1.2.3