summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.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 /AndroidManifest.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 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b03911f..9134be2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -43,7 +43,7 @@
<application
android:allowBackup="true"
- android:icon="@drawable/ic_app_themes"
+ android:icon="@mipmap/ic_app_themes"
android:label="@string/app_name"
android:theme="@style/ThemeChooserTheme" >
<activity android:name="com.cyngn.theme.chooser.ChooserActivity"
@@ -70,7 +70,7 @@
<activity-alias android:name="com.cyngn.theme.chooser.ChooserLauncher"
android:targetActivity="com.cyngn.theme.chooser.ChooserActivity"
android:label="@string/app_name"
- android:icon="@drawable/ic_app_themes">
+ android:icon="@mipmap/ic_app_themes">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER" />