summaryrefslogtreecommitdiffstats
path: root/res/layout/tag_applied.xml
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-08-08 10:57:01 -0700
committerd34d <clark@cyngn.com>2014-08-11 08:18:18 -0700
commit5f903c2159a8a3fce0ef71c76ca201c3d54ffc12 (patch)
treec3eccc0dee91fff14dc5d5bf697d5ded36027248 /res/layout/tag_applied.xml
parent5ac8d238009ca3dd90d0609762f60c9a02db2206 (diff)
downloadpackages_apps_ThemeChooser-5f903c2159a8a3fce0ef71c76ca201c3d54ffc12.tar.gz
packages_apps_ThemeChooser-5f903c2159a8a3fce0ef71c76ca201c3d54ffc12.tar.bz2
packages_apps_ThemeChooser-5f903c2159a8a3fce0ef71c76ca201c3d54ffc12.zip
Add tags to theme cards
The following tags can be enabled/disabled per theme Applied Customized Updated Default Currently the "Updated" tag is not being enabled. This will require some special handling and not worth holding up this patch. Change-Id: I69de7ca80df66f6c5cdbf0b47f18fc7dc77289f5
Diffstat (limited to 'res/layout/tag_applied.xml')
-rw-r--r--res/layout/tag_applied.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/tag_applied.xml b/res/layout/tag_applied.xml
new file mode 100644
index 0000000..62c88f1
--- /dev/null
+++ b/res/layout/tag_applied.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/tag_applied"
+ android:layout_width="24dp"
+ android:layout_height="24dp"
+ android:layout_marginEnd="8dp"
+ android:src="@drawable/ic_tag_applied" />