Move launcher icons to mipmap
This commit is contained in:
Kaladin Light
2015-09-03 13:25:09 -04:00
parent 87f7fe65a8
commit dd850e5c72
16 changed files with 16 additions and 16 deletions

View File

@@ -71,7 +71,7 @@
android:name=".KeychainApplication"
android:allowBackup="false"
android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.Keychain.Light">
<activity