]> 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 c0ec9059c16917d93f3feb8874300cc799cc54ee..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/app_icon"
+        android:appCategory="productivity"
+        android:icon="@drawable/app_icon"
         android:label="@string/app_name"
-        android:roundIcon="@mipmap/app_icon"
         android:supportsRtl="true"
         android:networkSecurityConfig="@xml/network_security_config"
         tools:ignore="GoogleAppIndexingWarning">