fixed location of app icon

This commit is contained in:
Frank Morgner
2015-07-18 04:51:16 +02:00
parent 5c34a27345
commit 001af9d022

View File

@@ -9,7 +9,7 @@
<application <application
android:allowBackup="true" android:allowBackup="true"
android:icon="@drawable/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/AppTheme" > android:theme="@style/AppTheme" >
<activity <activity