summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-11-14 01:14:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-14 01:14:52 +0000
commit59a3943236380a1b6e2a922caf6bc85ad2c29f15 (patch)
tree540109975363e080a248b932af6bb32e22876456 /res
parent759c264e87cb746f80b1524a40203197150e00bb (diff)
parentfb34fdaeb60eaa20dbc825983edc17b45d879440 (diff)
Merge "Change all contacts button to look like list item" into klp-dev
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/list_item_avatar_bg.pngbin614 -> 1128 bytes
-rw-r--r--res/drawable-mdpi/list_item_avatar_bg.pngbin498 -> 1065 bytes
-rw-r--r--res/drawable-xhdpi/list_item_avatar_bg.pngbin705 -> 1225 bytes
-rw-r--r--res/drawable-xxhdpi/list_item_avatar_bg.pngbin1465 -> 1382 bytes
-rw-r--r--res/layout/show_all_contact_button.xml23
5 files changed, 2 insertions, 21 deletions
diff --git a/res/drawable-hdpi/list_item_avatar_bg.png b/res/drawable-hdpi/list_item_avatar_bg.png
index e6eb68e27..66e5f3efe 100644
--- a/res/drawable-hdpi/list_item_avatar_bg.png
+++ b/res/drawable-hdpi/list_item_avatar_bg.png
Binary files differ
diff --git a/res/drawable-mdpi/list_item_avatar_bg.png b/res/drawable-mdpi/list_item_avatar_bg.png
index 1306cfc03..640eb3e07 100644
--- a/res/drawable-mdpi/list_item_avatar_bg.png
+++ b/res/drawable-mdpi/list_item_avatar_bg.png
Binary files differ
diff --git a/res/drawable-xhdpi/list_item_avatar_bg.png b/res/drawable-xhdpi/list_item_avatar_bg.png
index 3f271a0f6..cac7fbd34 100644
--- a/res/drawable-xhdpi/list_item_avatar_bg.png
+++ b/res/drawable-xhdpi/list_item_avatar_bg.png
Binary files differ
diff --git a/res/drawable-xxhdpi/list_item_avatar_bg.png b/res/drawable-xxhdpi/list_item_avatar_bg.png
index 8b03a6561..fcfe2daaa 100644
--- a/res/drawable-xxhdpi/list_item_avatar_bg.png
+++ b/res/drawable-xxhdpi/list_item_avatar_bg.png
Binary files differ
diff --git a/res/layout/show_all_contact_button.xml b/res/layout/show_all_contact_button.xml
index 824d10cdb..30060d77b 100644
--- a/res/layout/show_all_contact_button.xml
+++ b/res/layout/show_all_contact_button.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<LinearLayout
+<com.android.contacts.common.list.ContactListItemView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/show_all_contact_button"
android:orientation="horizontal"
@@ -23,23 +23,4 @@
android:layout_height="match_parent"
android:minHeight="?android:attr/listPreferredItemHeight"
android:gravity="center"
- android:background="?android:attr/selectableItemBackground"
- android:focusable="true">
-
- <ImageView
- android:layout_height="match_parent"
- android:layout_width="wrap_content"
- android:layout_gravity="center"
- android:src="@drawable/ic_menu_all_contacts_dk"
- android:layout_marginEnd="10dp"/>
-
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:textSize="14sp"
- android:ellipsize="marquee"
- android:singleLine="true"
- android:text="@string/show_all_contacts_button_text"
- android:textAlignment="center"
- android:gravity="center"/>
-</LinearLayout> \ No newline at end of file
+ android:focusable="true" /> \ No newline at end of file