summaryrefslogtreecommitdiff
path: root/res
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
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')
-rw-r--r--res/drawable-hdpi/ic_contacts_tiles.9.pngbin144 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_contacts_tiles.9.pngbin138 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_contacts_tiles.9.pngbin149 -> 0 bytes
-rw-r--r--res/drawable-xxhdpi/ic_contacts_tiles.9.pngbin1047 -> 0 bytes
-rw-r--r--res/layout/phone_favorite_tile_view.xml3
5 files changed, 1 insertions, 2 deletions
diff --git a/res/drawable-hdpi/ic_contacts_tiles.9.png b/res/drawable-hdpi/ic_contacts_tiles.9.png
deleted file mode 100644
index 572fdb890..000000000
--- a/res/drawable-hdpi/ic_contacts_tiles.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_contacts_tiles.9.png b/res/drawable-mdpi/ic_contacts_tiles.9.png
deleted file mode 100644
index 343053a60..000000000
--- a/res/drawable-mdpi/ic_contacts_tiles.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_contacts_tiles.9.png b/res/drawable-xhdpi/ic_contacts_tiles.9.png
deleted file mode 100644
index 5a5658711..000000000
--- a/res/drawable-xhdpi/ic_contacts_tiles.9.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_contacts_tiles.9.png b/res/drawable-xxhdpi/ic_contacts_tiles.9.png
deleted file mode 100644
index 4e6872d98..000000000
--- a/res/drawable-xxhdpi/ic_contacts_tiles.9.png
+++ /dev/null
Binary files differ
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"