summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-03-04 23:09:56 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-04 23:09:56 +0000
commit516518d60e2837a2fea24a937f528e0c2fcb0176 (patch)
tree7a3706b0a24fc7eb6efdeb89ee706c8a84b734db
parent6ade7aeabb08774da3901af00a9cab91da1cda95 (diff)
parent740b19bad9f3b4cca71a78e03703a28412433a1a (diff)
am 740b19ba: am d249babd: am 887454d3: am ba002584: am 9270e7f8: 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.
* commit '740b19bad9f3b4cca71a78e03703a28412433a1a': 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.
-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">