summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-06-05 15:23:31 -0700
committerAndrew Lee <anwlee@google.com>2014-06-05 16:17:47 -0700
commit5192248064e5d362e8584bad7a9f5083d9d36346 (patch)
treed5b779bc3db7bebffa35fd19a782217efcc04f26
parent04fef7140a8bb48d7ba7e9172a8dc636d0a7a121 (diff)
Remove contacts tiles 9-patch from favorites tile view.
It looks like this 9-patch was responsible for the shadow which was observed below the speed dial tiles in the associated bug. Even if not, doesn't seem like we're using this anymore, as far as I'm aware, so this should be safe to remove. Bug: 15385828 Change-Id: If7eccf767562bee0367e58363142116095bf06a6
-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"