summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJin Cao <jinyan@google.com>2014-07-28 10:49:24 -0700
committerJin Cao <jinyan@google.com>2014-07-28 11:59:05 -0700
commite096b4534f8f7bd30513aed0e8fb9dc045842baf (patch)
tree51ce3c6db10286245ac9f4a2ad8dadd9d533d71d /res
parentc85e75e231fab797a4b0bda5a0d8373419718dab (diff)
downloadandroid_frameworks_opt_chips-e096b4534f8f7bd30513aed0e8fb9dc045842baf.tar.gz
android_frameworks_opt_chips-e096b4534f8f7bd30513aed0e8fb9dc045842baf.tar.bz2
android_frameworks_opt_chips-e096b4534f8f7bd30513aed0e8fb9dc045842baf.zip
Port CircularImageView for chips
b/15934812 Change-Id: Ib40bd97ea537bd91aba0caac8b7148fc24f59c0b
Diffstat (limited to 'res')
-rw-r--r--res/layout/chips_recipient_dropdown_item.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/chips_recipient_dropdown_item.xml b/res/layout/chips_recipient_dropdown_item.xml
index 52d3007..f84f301 100644
--- a/res/layout/chips_recipient_dropdown_item.xml
+++ b/res/layout/chips_recipient_dropdown_item.xml
@@ -20,11 +20,11 @@
android:background="@drawable/chips_dropdown_background"
android:padding="16dp" >
- <ImageView
+ <com.android.ex.chips.CircularImageView
android:id="@android:id/icon"
style="@style/ChipIconStyle"
- android:layout_width="48dp"
- android:layout_height="48dp"
+ android:layout_width="40dp"
+ android:layout_height="40dp"
android:contentDescription="@null" />
<TextView