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.
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 572fdb8..0000000
--- 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 343053a..0000000
--- 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 5a56587..0000000
--- 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 4e6872d..0000000
--- 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 7abff27..1e6b999 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"