summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-06 18:03:54 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-06 18:03:55 +0000
commitb6c81586ff375eecd9c74bae23823e21b24d54cd (patch)
treee556a9708d2f10a5cd604a1e85eb1fce0662b9d5 /res/layout
parentde1254614544a0793edff06af813c40477eef357 (diff)
parent5192248064e5d362e8584bad7a9f5083d9d36346 (diff)
Merge "Remove contacts tiles 9-patch from favorites tile view." into lmp-preview-dev
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/phone_favorite_tile_view.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/phone_favorite_tile_view.xml b/res/layout/phone_favorite_tile_view.xml
index 7abff2717..1e6b999b1 100644
--- a/res/layout/phone_favorite_tile_view.xml
+++ b/res/layout/phone_favorite_tile_view.xml
@@ -23,8 +23,7 @@
android:id="@+id/contact_favorite_card"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:focusable="true"
- android:background="@drawable/ic_contacts_tiles" >
+ android:focusable="true" >
<com.android.contacts.common.widget.LayoutSuppressingImageView
android:id="@+id/contact_tile_image"