diff options
author | Yorke Lee <yorkelee@google.com> | 2014-08-05 17:59:58 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-05 17:59:58 +0000 |
commit | 31f74fb528f70520e469e1e15811d7cfd4916133 (patch) | |
tree | 66f39ea526ac3fb27b295e39e923698001a9f999 /res | |
parent | 0f42fe23abd20663cc1e0ea4cfce8b4f6ed09c13 (diff) | |
parent | c03205dcc9e3b2b9995bee90768a64b4897ce7bf (diff) |
am c03205dc: am 8bfd41c1: Merge "Add white touch feedback drawable to Dialer" into lmp-dev
* commit 'c03205dcc9e3b2b9995bee90768a64b4897ce7bf':
Add white touch feedback drawable to Dialer
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/phone_favorite_tile_view.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/phone_favorite_tile_view.xml b/res/layout/phone_favorite_tile_view.xml index d34dc7a73..b1daab870 100644 --- a/res/layout/phone_favorite_tile_view.xml +++ b/res/layout/phone_favorite_tile_view.xml @@ -63,7 +63,8 @@ android:gravity="center_vertical"> <TextView android:id="@+id/contact_tile_name" - android:layout_width="wrap_content" + android:layout_weight="1" + android:layout_width="0dp" android:layout_height="wrap_content" android:textColor="@color/contact_tile_name_color" android:fontFamily="sans-serif-medium" @@ -101,7 +102,7 @@ android:layout_height="match_parent" android:focusable="true" android:nextFocusRight="@+id/contact_tile_secondary_button" - android:background="?android:attr/selectableItemBackground" /> + android:background="@drawable/item_background_material_dark" /> <ImageButton android:id="@id/contact_tile_secondary_button" |