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"
           package="com.owncloud.android">
 
-    <application
+    <application tools:replace="android:icon"
         android:name=".MainApp"
         android:icon="@mipmap/ic_launcher"
-		tools:replace="android:icon"
         android:label="@string/app_name"
         android:fullBackupContent="@xml/backup_config"
         android:theme="@style/Theme.ownCloud.Toolbar"