AndyScherzinger 7 年之前
父節點
當前提交
94823e576d
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/modified/AndroidManifest.xml

+ 1 - 2
src/modified/AndroidManifest.xml

@@ -20,10 +20,9 @@
           xmlns:tools="http://schemas.android.com/tools"
           xmlns:tools="http://schemas.android.com/tools"
           package="com.owncloud.android">
           package="com.owncloud.android">
 
 
-    <application
+    <application tools:replace="android:icon"
         android:name=".MainApp"
         android:name=".MainApp"
         android:icon="@mipmap/ic_launcher"
         android:icon="@mipmap/ic_launcher"
-		tools:replace="android:icon"
         android:label="@string/app_name"
         android:label="@string/app_name"
         android:fullBackupContent="@xml/backup_config"
         android:fullBackupContent="@xml/backup_config"
         android:theme="@style/Theme.ownCloud.Toolbar"
         android:theme="@style/Theme.ownCloud.Toolbar"