summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-07-29 08:51:35 -0700
committerYorke Lee <yorkelee@google.com>2013-07-29 09:32:25 -0700
commitc59a4b5df9f21a6ec47bcf6c2bb67ecdc9fbe58a (patch)
tree00711c3ba6a6c8d64072745aab6b742e69e739a9 /res/layout
parentfca42086a510778d951fe1d5d80f35223f9d7a0d (diff)
downloadandroid_packages_apps_Dialer-c59a4b5df9f21a6ec47bcf6c2bb67ecdc9fbe58a.tar.gz
android_packages_apps_Dialer-c59a4b5df9f21a6ec47bcf6c2bb67ecdc9fbe58a.tar.bz2
android_packages_apps_Dialer-c59a4b5df9f21a6ec47bcf6c2bb67ecdc9fbe58a.zip
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
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/new_phone_favorites_fragment.xml3
1 files changed, 2 insertions, 1 deletions
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">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="0dp"