X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2FAndroidManifest.xml;h=25d55d22db07031953713739ce0a024708c95cb1;hb=cce55fc6050c59058cb79757cd22513952ef58d5;hp=7171718a08c95f4d3ca86d74ec0989c2f5746508;hpb=0628b3f6f00212726a03842dff2b169adb64c64c;p=mobile-ledger.git diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7171718a..25d55d22 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,19 +1,19 @@ + ~ along with MoLe. If not, see . + --> @@ -23,9 +23,9 @@ android:name=".MobileLedgerApplication" android:allowBackup="true" android:fullBackupContent="@xml/backup_descriptor" - android:icon="@mipmap/ic_launcher" + android:icon="@drawable/app_icon" android:label="@string/app_name" - android:roundIcon="@mipmap/ic_launcher_round" + android:roundIcon="@drawable/app_icon" android:supportsRtl="true" android:theme="@style/AppTheme"> - @@ -53,7 +52,16 @@ android:theme="@style/AppTheme.NoActionBar"> + android:value=".ui.activity.MainActivity" /> + + +