X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=3407017d95b7195b1e1ea55b85182f110c39e065;hp=de59e4fb76017f52617c15d88315d15d6c779465;hb=be8de3627af4c905e3db9671883eee9eaf38275e;hpb=3b365016042215dd73cb4600840aa8199b8322b9 diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index de59e4fb..3407017d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,18 +1,18 @@ @@ -23,9 +23,9 @@ android:name=".MobileLedgerApplication" android:allowBackup="true" android:fullBackupContent="@xml/backup_descriptor" - android:icon="@mipmap/ic_launcher" + android:icon="@drawable/ic_app_icon" android:label="@string/app_name" - android:roundIcon="@mipmap/ic_launcher_round" + android:roundIcon="@drawable/ic_app_icon" android:supportsRtl="true" android:theme="@style/AppTheme">