diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml index d016de755..e25812552 100644 --- a/java/AndroidManifest.xml +++ b/java/AndroidManifest.xml @@ -52,7 +52,8 @@ android:protectionLevel="signature"/> diff --git a/java/ic_launcher-playstore.png b/java/ic_launcher-playstore.png new file mode 100644 index 000000000..bb4710371 Binary files /dev/null and b/java/ic_launcher-playstore.png differ diff --git a/java/res/drawable/ic_launcher_foreground.xml b/java/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 000000000..ff7b15db0 --- /dev/null +++ b/java/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + diff --git a/java/res/mipmap-anydpi-v26/ic_launcher.xml b/java/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..7353dbd1f --- /dev/null +++ b/java/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/java/res/mipmap-anydpi-v26/ic_launcher_round.xml b/java/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..7353dbd1f --- /dev/null +++ b/java/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/java/res/mipmap-hdpi/ic_launcher.png b/java/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..08f32206d Binary files /dev/null and b/java/res/mipmap-hdpi/ic_launcher.png differ diff --git a/java/res/mipmap-hdpi/ic_launcher_round.png b/java/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..7939c5c5b Binary files /dev/null and b/java/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/java/res/mipmap-mdpi/ic_launcher.png b/java/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..8d8cbadf7 Binary files /dev/null and b/java/res/mipmap-mdpi/ic_launcher.png differ diff --git a/java/res/mipmap-mdpi/ic_launcher_round.png b/java/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..a0275a731 Binary files /dev/null and b/java/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/java/res/mipmap-xhdpi/ic_launcher.png b/java/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..3f9fcc38a Binary files /dev/null and b/java/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/java/res/mipmap-xhdpi/ic_launcher_round.png b/java/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..d215dad55 Binary files /dev/null and b/java/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/java/res/mipmap-xxhdpi/ic_launcher.png b/java/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..3cc404504 Binary files /dev/null and b/java/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/java/res/mipmap-xxhdpi/ic_launcher_round.png b/java/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..e6e227e8b Binary files /dev/null and b/java/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/java/res/mipmap-xxxhdpi/ic_launcher.png b/java/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..1f6a82573 Binary files /dev/null and b/java/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/java/res/mipmap-xxxhdpi/ic_launcher_round.png b/java/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..c533c4fb9 Binary files /dev/null and b/java/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/java/res/values/ic_launcher_background.xml b/java/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..97ff43571 --- /dev/null +++ b/java/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #1E293B + \ No newline at end of file