summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-06 18:26:21 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-06 18:26:21 +0000
commit12ec7eb9ee310f38d5f14f2b6fdeb323771abeb6 (patch)
treee6d2dca234704e06a2f484fa0d9d2517a03f3eaf /res/layout
parent0316452f6f90612f1255408252a5d6af276c8228 (diff)
parentb6c81586ff375eecd9c74bae23823e21b24d54cd (diff)
am b6c81586: Merge "Remove contacts tiles 9-patch from favorites tile view." into lmp-preview-dev
* commit 'b6c81586ff375eecd9c74bae23823e21b24d54cd': Remove contacts tiles 9-patch from favorites tile view.
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"