From 5192248064e5d362e8584bad7a9f5083d9d36346 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 5 Jun 2014 15:23:31 -0700 Subject: 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 --- res/drawable-hdpi/ic_contacts_tiles.9.png | Bin 144 -> 0 bytes res/drawable-mdpi/ic_contacts_tiles.9.png | Bin 138 -> 0 bytes res/drawable-xhdpi/ic_contacts_tiles.9.png | Bin 149 -> 0 bytes res/drawable-xxhdpi/ic_contacts_tiles.9.png | Bin 1047 -> 0 bytes res/layout/phone_favorite_tile_view.xml | 3 +-- 5 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 res/drawable-hdpi/ic_contacts_tiles.9.png delete mode 100644 res/drawable-mdpi/ic_contacts_tiles.9.png delete mode 100644 res/drawable-xhdpi/ic_contacts_tiles.9.png delete mode 100644 res/drawable-xxhdpi/ic_contacts_tiles.9.png 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 Binary files a/res/drawable-hdpi/ic_contacts_tiles.9.png and /dev/null 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 Binary files a/res/drawable-mdpi/ic_contacts_tiles.9.png and /dev/null 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 Binary files a/res/drawable-xhdpi/ic_contacts_tiles.9.png and /dev/null 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 Binary files a/res/drawable-xxhdpi/ic_contacts_tiles.9.png and /dev/null 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" >