diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0dc0007..57a4dfd 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,9 +17,9 @@ android:allowBackup="true" android:dataExtractionRules="@xml/data_extraction_rules" android:fullBackupContent="@xml/backup_rules" - android:icon="@drawable/ic_launcher" + android:icon="@mipmap/ic_launcher" android:label="@string/app_name" - android:roundIcon="@drawable/ic_launcher" + android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.Flip_2_DND" tools:targetApi="31"> diff --git a/app/src/main/res/drawable/ic_launcher.xml b/app/src/main/res/drawable/ic_launcher.xml index 1519ba9..c8bc9c8 100644 --- a/app/src/main/res/drawable/ic_launcher.xml +++ b/app/src/main/res/drawable/ic_launcher.xml @@ -4,7 +4,21 @@ android:height="108dp" android:viewportWidth="108" android:viewportHeight="108"> + + + android:fillColor="#FF6200EE" + android:pathData="M54,0 A54,54 0 1,1 54,108 A54,54 0 1,1 54,0"/> + + + + + + diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..2687306 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,10 @@ + + + + diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml index d53f71a..bba88ee 100644 --- a/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -2,15 +2,24 @@ + android:viewportWidth="108" + android:viewportHeight="108"> + + android:translateX="21.6" + android:translateY="21.6"> + + android:pathData="M54,30 C48,30 43,35 43,41 L43,59 L40,62 L40,65 L68,65 L68,62 L65,59 L65,41 C65,35 60,30 54,30 Z M50,67 C50,69.2 51.8,71 54,71 C56.2,71 58,69.2 58,67 L50,67"/> + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..d378acd --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..d378acd --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + +