]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/AndroidManifest.xml
rename app icon files to take them out of the apache-licensed template
[mobile-ledger.git] / app / src / main / AndroidManifest.xml
index 3407017d95b7195b1e1ea55b85182f110c39e065..dde0571f4e743ff72bbd2455bc5ce2e5db84d6a2 100644 (file)
@@ -23,9 +23,9 @@
         android:name=".MobileLedgerApplication"
         android:allowBackup="true"
         android:fullBackupContent="@xml/backup_descriptor"
-        android:icon="@drawable/ic_app_icon"
+        android:icon="@drawable/app_icon"
         android:label="@string/app_name"
-        android:roundIcon="@drawable/ic_app_icon"
+        android:roundIcon="@drawable/app_icon"
         android:supportsRtl="true"
         android:theme="@style/AppTheme">
         <activity