diff --git a/os/android/app/src/main/AndroidManifest.xml b/os/android/app/src/main/AndroidManifest.xml index 30b5ac2..d9fd798 100644 --- a/os/android/app/src/main/AndroidManifest.xml +++ b/os/android/app/src/main/AndroidManifest.xml @@ -58,6 +58,7 @@ An example Java class can be found in README-android.md --> diff --git a/os/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/os/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..80b730f --- /dev/null +++ b/os/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/os/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/os/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..80b730f --- /dev/null +++ b/os/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/os/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/os/android/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000..bf8168e Binary files /dev/null and b/os/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/os/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/os/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..849cb62 Binary files /dev/null and b/os/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/os/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/os/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 0000000..b7c7acb Binary files /dev/null and b/os/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/os/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/os/android/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000..2b2e1a6 Binary files /dev/null and b/os/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/os/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/os/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..937b673 Binary files /dev/null and b/os/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/os/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/os/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 0000000..90d8c07 Binary files /dev/null and b/os/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/os/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/os/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000..c72eda1 Binary files /dev/null and b/os/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/os/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/os/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..9c3ed1f Binary files /dev/null and b/os/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/os/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/os/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 0000000..a3de319 Binary files /dev/null and b/os/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/os/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/os/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..bd5e832 Binary files /dev/null and b/os/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/os/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/os/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..501a4da Binary files /dev/null and b/os/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/os/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/os/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..bfb9a14 Binary files /dev/null and b/os/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/os/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/os/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..9508b9f Binary files /dev/null and b/os/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/os/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/os/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..179572b Binary files /dev/null and b/os/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/os/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/os/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..a3ee793 Binary files /dev/null and b/os/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/os/android/app/src/main/res/values/ic_launcher_background.xml b/os/android/app/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 0000000..cdde88f --- /dev/null +++ b/os/android/app/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #000000 +