diff options
author | Yorke Lee <yorkelee@google.com> | 2014-08-05 18:03:17 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-05 18:03:17 +0000 |
commit | 2b781a09efb3012b019fd7d23864b6389f5e26c5 (patch) | |
tree | 6d4a214627fe4c839b345a6834e970bc9666fe7b /res | |
parent | 57faaab7f5deaf3ba87e5d493acb0d744a804f68 (diff) | |
parent | 31f74fb528f70520e469e1e15811d7cfd4916133 (diff) |
am 31f74fb5: am c03205dc: am 8bfd41c1: Merge "Add white touch feedback drawable to Dialer" into lmp-dev
* commit '31f74fb528f70520e469e1e15811d7cfd4916133':
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" |