diff options
author | Yorke Lee <yorkelee@google.com> | 2014-07-31 15:59:21 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2014-07-31 15:59:21 -0700 |
commit | 8c53817e5d14466927fdcf32a56b79ff14257854 (patch) | |
tree | 74d992091c6d6925fcbda6bd253e97f2ffa0968c /res | |
parent | 6c523c6ed4afeeef19922eabf68145222b7df147 (diff) |
Add white touch feedback drawable to Dialer
Move item_background_material_dark drawable to ContactsCommon, and use
it in Dialer
Bug: 15725264
Change-Id: I5181646ea4a787593689784d35812bceaf051119
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" |