summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-02-27 16:35:20 -0800
committerJay Shrauner <shrauner@google.com>2014-03-04 22:55:11 +0000
commit9270e7f84d2308289cc37377b0741792ff5c4435 (patch)
tree1aac9e08c2ce9d47b4dad6c3548505ecbce34d30 /res
parent0648ab9d3ec6bf2ea6bc678d80c482819a4e8453 (diff)
downloadandroid_packages_apps_Dialer-9270e7f84d2308289cc37377b0741792ff5c4435.tar.gz
android_packages_apps_Dialer-9270e7f84d2308289cc37377b0741792ff5c4435.tar.bz2
android_packages_apps_Dialer-9270e7f84d2308289cc37377b0741792ff5c4435.zip
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. Bug: 13194985 Change-Id: Id3324ff1de019bad9b6fd30373f27c42625fa28f (cherry picked from commit 9f371344a309141436a8bb67fbe963202cd4d636)
Diffstat (limited to 'res')
-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">