summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-08-12 18:05:45 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-12 18:05:45 +0000
commit536bfb3b556aa6fcee7d29ab55bcf4f04210e046 (patch)
treec57d4d7cd6e0fd90b83b8e86831cd0261f114c14 /res
parent8ab0b0f3ef46aad1470b1b599d0d2416699fcc6b (diff)
parent9f6243bf46dd524710915a4c5ad73de0a36b12d6 (diff)
am 9f6243bf: am a25ef4a5: am e8411583: Merge "Use light ripple on favorites overflow." into lmp-dev
* commit '9f6243bf46dd524710915a4c5ad73de0a36b12d6': Use light ripple on favorites overflow.
Diffstat (limited to 'res')
-rw-r--r--res/layout/phone_favorite_tile_view.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/phone_favorite_tile_view.xml b/res/layout/phone_favorite_tile_view.xml
index b1daab870..f274a9d34 100644
--- a/res/layout/phone_favorite_tile_view.xml
+++ b/res/layout/phone_favorite_tile_view.xml
@@ -56,6 +56,7 @@
android:paddingBottom="@dimen/contact_tile_text_bottom_padding"
android:layout_alignParentBottom="true"
android:orientation="vertical" >
+
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -96,6 +97,7 @@
android:ellipsize="marquee"
android:textAlignment="viewStart" />
</LinearLayout>
+
<View
android:id="@+id/contact_tile_push_state"
android:layout_width="match_parent"
@@ -107,7 +109,7 @@
<ImageButton
android:id="@id/contact_tile_secondary_button"
android:src="@drawable/overflow_thumbnail"
- android:background="?android:attr/selectableItemBackground"
+ android:background="@drawable/item_background_material_dark"
android:layout_height="@dimen/contact_tile_info_button_height_and_width"
android:layout_width="@dimen/contact_tile_info_button_height_and_width"
android:paddingLeft="4dp"