summaryrefslogtreecommitdiffstats
path: root/res/layout/icon_component_selection_item.xml
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-06-26 15:21:37 -0700
committerClark Scheff <clark@cyngn.com>2014-07-08 17:51:33 +0000
commita022bec7fc5fb62b078cf9e5aafc6570686923af (patch)
treebb281394c2a055f703d41bcd381afd8043258dd5 /res/layout/icon_component_selection_item.xml
parent66f10198e64367b60c173ea34c1fc7f8936a0b2c (diff)
downloadpackages_apps_ThemeChooser-a022bec7fc5fb62b078cf9e5aafc6570686923af.zip
packages_apps_ThemeChooser-a022bec7fc5fb62b078cf9e5aafc6570686923af.tar.gz
packages_apps_ThemeChooser-a022bec7fc5fb62b078cf9e5aafc6570686923af.tar.bz2
Add layouts for component selection items
Change-Id: I5bfb9231380b60338d1830f1a5d5cb38c83e94a7
Diffstat (limited to 'res/layout/icon_component_selection_item.xml')
-rw-r--r--res/layout/icon_component_selection_item.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/layout/icon_component_selection_item.xml b/res/layout/icon_component_selection_item.xml
new file mode 100644
index 0000000..8aeb61e
--- /dev/null
+++ b/res/layout/icon_component_selection_item.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="@dimen/component_selection_item_width"
+ android:layout_height="@dimen/component_selection_item_height"
+ android:padding="@dimen/icon_component_margin"
+ android:src="@drawable/ic_app_themes"
+ android:scaleType="fitCenter"
+ android:background="#000000">
+
+</ImageView> \ No newline at end of file