Browse Source

fix launcher icon references

Andy Scherzinger 8 years ago
parent
commit
0ac6c26c65
2 changed files with 3 additions and 3 deletions
  1. 1 1
      AndroidManifest.xml
  2. 2 2
      res/xml/authenticator.xml

+ 1 - 1
AndroidManifest.xml

@@ -57,7 +57,7 @@
 
     <application
         android:name=".MainApp"
-        android:icon="@drawable/icon"
+        android:icon="@mipmap/ic_launcher"
         android:label="@string/app_name"
         android:theme="@style/Theme.ownCloud"
         android:manageSpaceActivity=".ui.activity.ManageSpaceActivity">

+ 2 - 2
res/xml/authenticator.xml

@@ -19,7 +19,7 @@
 -->
 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
                        android:accountType="@string/account_type"
-                       android:icon="@drawable/icon"
+                       android:icon="@mipmap/ic_launcher"
                        android:label="@string/app_name"
-                       android:smallIcon="@drawable/icon">  
+                       android:smallIcon="@mipmap/ic_launcher">
 </account-authenticator>