summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-02-28 04:25:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-28 04:25:13 +0000
commit66ee8ea6d1ef5d340fc35956cbbdf25546ae370a (patch)
tree7ee7ff63b30030979982c3242004ec49e77bddd7 /res/layout
parent628b6c185732b8b1ff40a2fede6f75d441ee1128 (diff)
parent9f371344a309141436a8bb67fbe963202cd4d636 (diff)
downloadandroid_packages_apps_Dialer-66ee8ea6d1ef5d340fc35956cbbdf25546ae370a.tar.gz
android_packages_apps_Dialer-66ee8ea6d1ef5d340fc35956cbbdf25546ae370a.tar.bz2
android_packages_apps_Dialer-66ee8ea6d1ef5d340fc35956cbbdf25546ae370a.zip
Merge "Changed color for the contacts reordering teaser to be the same as the background behind the tiles. Previously it was set to the action bar color, and when the action bar changed to blue, so did this."
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/tile_interactions_teaser_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/tile_interactions_teaser_view.xml b/res/layout/tile_interactions_teaser_view.xml
index 410444670..8204cb1b5 100644
--- a/res/layout/tile_interactions_teaser_view.xml
+++ b/res/layout/tile_interactions_teaser_view.xml
@@ -18,7 +18,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@color/actionbar_background_color"
+ android:background="@color/background_dialer_list_items"
android:paddingBottom="@dimen/favorites_row_bottom_padding"
android:paddingTop="@dimen/favorites_row_top_padding">