summaryrefslogtreecommitdiffstats
path: root/res/layout/icon_component_selection_item.xml
diff options
context:
space:
mode:
authorDave Kover <dkover@cyngn.com>2015-03-13 17:45:55 -0700
committerDave Kover <dkover@cyngn.com>2015-03-13 18:37:45 -0700
commit0e62bfaf2f382f9219528d51351c163329012446 (patch)
treefdefe46953a6df175dd44eed15e4915896b004ea /res/layout/icon_component_selection_item.xml
parent1d81b80eb61bcaebb1b2f85b0a3c4a61aea75abe (diff)
downloadpackages_apps_ThemeChooser-0e62bfaf2f382f9219528d51351c163329012446.tar.gz
packages_apps_ThemeChooser-0e62bfaf2f382f9219528d51351c163329012446.tar.bz2
packages_apps_ThemeChooser-0e62bfaf2f382f9219528d51351c163329012446.zip
Remove old branding from iconography.
Update launcher icon and remove the mark. Update ic_themestore to remove the old mark and turn resource into a vector drawable. Fix HDPI notification icon to be correct size. Change-Id: I3f12975a1e510c4e2bdbf668456b5370dcee9bcd
Diffstat (limited to 'res/layout/icon_component_selection_item.xml')
-rw-r--r--res/layout/icon_component_selection_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/icon_component_selection_item.xml b/res/layout/icon_component_selection_item.xml
index b26972d..87db102 100644
--- a/res/layout/icon_component_selection_item.xml
+++ b/res/layout/icon_component_selection_item.xml
@@ -12,7 +12,7 @@
android:id="@+id/icon"
android:layout_width="@dimen/component_selection_content_width"
android:layout_height="@dimen/component_selection_content_height"
- android:src="@drawable/ic_app_themes"
+ android:src="@mipmap/ic_app_themes"
android:scaleType="fitCenter"
android:layout_marginTop="@dimen/component_margin_top"
android:layout_gravity="center_horizontal"/>