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

@@ -2,5 +2,5 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountPreferences="@xml/account_preferences"
android:accountType="@string/account_type"
android:icon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" />