summaryrefslogtreecommitdiffstats
path: root/chips/res
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-06-02 15:17:35 -0700
committerMindy Pereira <mindyp@google.com>2011-06-02 15:17:35 -0700
commitc661043a83b7f641515d3044532f1301c202f339 (patch)
tree0ecb4cc52460e111109a0bfbca1b8e4f668a7957 /chips/res
parentde408b64eea4811d7e7abb2f7e719437c9ec2bc3 (diff)
downloadandroid_frameworks_ex-c661043a83b7f641515d3044532f1301c202f339.tar.gz
android_frameworks_ex-c661043a83b7f641515d3044532f1301c202f339.tar.bz2
android_frameworks_ex-c661043a83b7f641515d3044532f1301c202f339.zip
Show a checkmark on the default selected item.
This is a temporary asset. Change-Id: Idd52bb3415fd860c59600938696b9fc2d996dc06
Diffstat (limited to 'chips/res')
-rw-r--r--chips/res/drawable-hdpi/chip_checkmark.pngbin0 -> 1133 bytes
-rw-r--r--chips/res/drawable-mdpi/chip_checkmark.pngbin0 -> 1133 bytes
-rw-r--r--chips/res/layout/chips_alternate_selected_item.xml7
3 files changed, 7 insertions, 0 deletions
diff --git a/chips/res/drawable-hdpi/chip_checkmark.png b/chips/res/drawable-hdpi/chip_checkmark.png
new file mode 100644
index 0000000..cac823b
--- /dev/null
+++ b/chips/res/drawable-hdpi/chip_checkmark.png
Binary files differ
diff --git a/chips/res/drawable-mdpi/chip_checkmark.png b/chips/res/drawable-mdpi/chip_checkmark.png
new file mode 100644
index 0000000..cac823b
--- /dev/null
+++ b/chips/res/drawable-mdpi/chip_checkmark.png
Binary files differ
diff --git a/chips/res/layout/chips_alternate_selected_item.xml b/chips/res/layout/chips_alternate_selected_item.xml
index 6e0f271..cbb3ad9 100644
--- a/chips/res/layout/chips_alternate_selected_item.xml
+++ b/chips/res/layout/chips_alternate_selected_item.xml
@@ -58,4 +58,11 @@
android:singleLine="true"
android:ellipsize="end" />
</LinearLayout>
+ <ImageView
+ android:id="@android:id/icon"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_margin="4dip"
+ android:src="@drawable/chip_checkmark"
+ android:gravity="right" />
</LinearLayout>