diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index 284a00684c..35fd924eea 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -32,7 +32,7 @@ + android:src="@drawable/ic_dolphin"/> diff --git a/Source/Android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/Source/Android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000000..036d09bc5f --- /dev/null +++ b/Source/Android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000000..e50a86dac1 Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..32d19dd1dc Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000000..032b6ff75e Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..5f636ef075 Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000000..f20aa29c6a Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..e9cc77ff6a Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000000..c1a05c347b Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..60fe3e3d7b Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000000..9578251b57 Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000..f73215fb64 Binary files /dev/null and b/Source/Android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/Source/Android/app/src/main/res/values/ic_launcher_background.xml b/Source/Android/app/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 0000000000..c5d5899fdf --- /dev/null +++ b/Source/Android/app/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file