summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-08-05 17:51:34 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-05 00:19:02 +0000
commit8bfd41c180cf8b6fafe66859a0be3ba7235ef376 (patch)
tree6d4a214627fe4c839b345a6834e970bc9666fe7b /res/layout
parent7c366c7dbf2dd0d21730445c8e7d9e382c8bbaca (diff)
parent8c53817e5d14466927fdcf32a56b79ff14257854 (diff)
downloadandroid_packages_apps_Dialer-8bfd41c180cf8b6fafe66859a0be3ba7235ef376.tar.gz
android_packages_apps_Dialer-8bfd41c180cf8b6fafe66859a0be3ba7235ef376.tar.bz2
android_packages_apps_Dialer-8bfd41c180cf8b6fafe66859a0be3ba7235ef376.zip
Merge "Add white touch feedback drawable to Dialer" into lmp-dev
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/phone_favorite_tile_view.xml5
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"