diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4a484eb..9621374 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -6,9 +6,9 @@ android:allowBackup="true" android:dataExtractionRules="@xml/data_extraction_rules" android:fullBackupContent="@xml/backup_rules" - android:icon="@mipmap/ic_launcher" + android:icon="@mipmap/ic_launcher2" android:label="@string/app_name" - android:roundIcon="@mipmap/ic_launcher_round" + android:roundIcon="@mipmap/ic_launcher2_round" android:supportsRtl="true" android:theme="@style/Theme.Karabass"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher2.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher2.xml new file mode 100644 index 0000000..a1809a0 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher2.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher2_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher2_round.xml new file mode 100644 index 0000000..a1809a0 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher2_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher2.webp b/app/src/main/res/mipmap-hdpi/ic_launcher2.webp new file mode 100644 index 0000000..942ce38 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher2.webp differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher2_foreground.webp b/app/src/main/res/mipmap-hdpi/ic_launcher2_foreground.webp new file mode 100644 index 0000000..dfb16d4 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher2_foreground.webp differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher2_round.webp b/app/src/main/res/mipmap-hdpi/ic_launcher2_round.webp new file mode 100644 index 0000000..764013c Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher2_round.webp differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher2.webp b/app/src/main/res/mipmap-mdpi/ic_launcher2.webp new file mode 100644 index 0000000..0c503c7 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher2.webp differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher2_foreground.webp b/app/src/main/res/mipmap-mdpi/ic_launcher2_foreground.webp new file mode 100644 index 0000000..7b1bdc9 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher2_foreground.webp differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher2_round.webp b/app/src/main/res/mipmap-mdpi/ic_launcher2_round.webp new file mode 100644 index 0000000..c8d29b5 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher2_round.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher2.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher2.webp new file mode 100644 index 0000000..05edb87 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher2.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher2_foreground.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher2_foreground.webp new file mode 100644 index 0000000..e8313af Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher2_foreground.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher2_round.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher2_round.webp new file mode 100644 index 0000000..002ab76 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher2_round.webp differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher2.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher2.webp new file mode 100644 index 0000000..d394912 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher2.webp differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher2_foreground.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher2_foreground.webp new file mode 100644 index 0000000..f00268e Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher2_foreground.webp differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher2_round.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher2_round.webp new file mode 100644 index 0000000..5337f57 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher2_round.webp differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher2.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher2.webp new file mode 100644 index 0000000..d7eb6eb Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher2.webp differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher2_foreground.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher2_foreground.webp new file mode 100644 index 0000000..8dbdd7b Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher2_foreground.webp differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher2_round.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher2_round.webp new file mode 100644 index 0000000..5f9241e Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher2_round.webp differ