Fix new actionbar icon sizes, rename icon to ic_launcher following Android naming conventions
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
android:name=".KeychainApplication"
|
||||
android:allowBackup="false"
|
||||
android:hardwareAccelerated="true"
|
||||
android:icon="@drawable/icon"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:theme="@style/KeychainTheme"
|
||||
android:label="@string/app_name">
|
||||
<activity
|
||||
|
||||
Reference in New Issue
Block a user