summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-03-04 23:05:26 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-04 23:05:26 +0000
commitd249babd1c8ad5070bd72d89c8f0f6ee40f15b5e (patch)
tree7a3706b0a24fc7eb6efdeb89ee706c8a84b734db
parentefd6e85e6217911bdc7d84723d1bbed42d15f147 (diff)
parent887454d315d09b184b08e16aa009ac70b8f68aba (diff)
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 '887454d315d09b184b08e16aa009ac70b8f68aba': 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">