summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
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" />