diff options
author | Tyler Gunn <tgunn@google.com> | 2014-02-28 04:25:12 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-02-28 04:25:13 +0000 |
commit | 66ee8ea6d1ef5d340fc35956cbbdf25546ae370a (patch) | |
tree | 7ee7ff63b30030979982c3242004ec49e77bddd7 | |
parent | 628b6c185732b8b1ff40a2fede6f75d441ee1128 (diff) | |
parent | 9f371344a309141436a8bb67fbe963202cd4d636 (diff) |
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."
-rw-r--r-- | res/layout/tile_interactions_teaser_view.xml | 2 |
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"> |