diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index d653c3816..0fcdc720f 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -21,11 +21,11 @@ + android:banner="@mipmap/ic_launcher"> + app:rippleColor="?android:colorPrimary" /> diff --git a/src/android/app/src/main/res/layout/tv_title.xml b/src/android/app/src/main/res/layout/tv_title.xml index 424feafba..bf7c3e681 100644 --- a/src/android/app/src/main/res/layout/tv_title.xml +++ b/src/android/app/src/main/res/layout/tv_title.xml @@ -25,7 +25,7 @@ android:id="@+id/badge" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:src="@drawable/ic_launcher"/> + android:src="@mipmap/ic_launcher"/> \ No newline at end of file diff --git a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 890a055c1..036d09bc5 100644 --- a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,5 @@ - - + + \ No newline at end of file diff --git a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 890a055c1..036d09bc5 100644 --- a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,5 +1,5 @@ - - + + \ No newline at end of file diff --git a/src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index a2f590828..c249e89a1 100644 Binary files a/src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/src/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/src/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..3d0f1b7b8 Binary files /dev/null and b/src/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/src/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/src/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png index 1b5239980..c249e89a1 100644 Binary files a/src/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/src/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index ff10afd6e..96feb304a 100644 Binary files a/src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/src/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/src/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..267ace4f7 Binary files /dev/null and b/src/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/src/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/src/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png index 115a4c768..96feb304a 100644 Binary files a/src/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and b/src/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index dcd3cd808..61bd6d59d 100644 Binary files a/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..043e34ec9 Binary files /dev/null and b/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png index 459ca609d..61bd6d59d 100644 Binary files a/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and b/src/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 8ca12fe02..f4a593a0e 100644 Binary files a/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..70f81e964 Binary files /dev/null and b/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png index 8e19b410a..f4a593a0e 100644 Binary files a/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/src/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index b824ebdd4..0f69541b6 100644 Binary files a/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 000000000..2209237ea Binary files /dev/null and b/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png index 4c19a13c2..0f69541b6 100644 Binary files a/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/src/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/src/android/app/src/main/res/values/ic_launcher_background.xml b/src/android/app/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/src/android/app/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file