]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - app/src/main/AndroidManifest.xml
add round icon
[mobile-ledger-staging.git] / app / src / main / AndroidManifest.xml
index 482ca2979c601545fea83594136fea0156c8a5d4..85a211ef8b3b038fda23684c6777c23e253108fe 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ Copyright © 2020 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
 
     <application
         android:name=".App"
+        android:roundIcon="@drawable/app_icon_round"
         android:allowBackup="true"
         android:fullBackupContent="@xml/backup_descriptor"
-        android:icon="@mipmap/ic_launcher"
-        android:roundIcon="@mipmap/ic_launcher_round"
+        android:appCategory="productivity"
+        android:icon="@drawable/app_icon"
         android:label="@string/app_name"
         android:supportsRtl="true"
         android:networkSecurityConfig="@xml/network_security_config"