diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 236adf1b..de0db577 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,7 +12,8 @@ + tools:targetApi="31" + android:icon="@mipmap/launcher_icon"> diff --git a/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml b/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml new file mode 100644 index 00000000..ae6391b6 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/launcher_icon_round.xml b/app/src/main/res/mipmap-anydpi-v26/launcher_icon_round.xml new file mode 100644 index 00000000..ae6391b6 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/launcher_icon_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/launcher_icon_foreground.png b/app/src/main/res/mipmap-hdpi/launcher_icon_foreground.png new file mode 100644 index 00000000..7fa08fb1 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/launcher_icon_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/launcher_icon_round.png b/app/src/main/res/mipmap-hdpi/launcher_icon_round.png new file mode 100644 index 00000000..397b4c1d Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/launcher_icon_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/launcher_icon_foreground.png b/app/src/main/res/mipmap-mdpi/launcher_icon_foreground.png new file mode 100644 index 00000000..af5dda88 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/launcher_icon_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/launcher_icon_round.png b/app/src/main/res/mipmap-mdpi/launcher_icon_round.png new file mode 100644 index 00000000..7a0369bc Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/launcher_icon_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/launcher_icon_foreground.png b/app/src/main/res/mipmap-xhdpi/launcher_icon_foreground.png new file mode 100644 index 00000000..4c5ffa0c Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/launcher_icon_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/launcher_icon_round.png b/app/src/main/res/mipmap-xhdpi/launcher_icon_round.png new file mode 100644 index 00000000..d00092f3 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/launcher_icon_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/launcher_icon_foreground.png b/app/src/main/res/mipmap-xxhdpi/launcher_icon_foreground.png new file mode 100644 index 00000000..4b3d910b Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/launcher_icon_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/launcher_icon_round.png b/app/src/main/res/mipmap-xxhdpi/launcher_icon_round.png new file mode 100644 index 00000000..d0a0edbb Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/launcher_icon_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/launcher_icon_foreground.png b/app/src/main/res/mipmap-xxxhdpi/launcher_icon_foreground.png new file mode 100644 index 00000000..255af32a Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/launcher_icon_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/launcher_icon_round.png b/app/src/main/res/mipmap-xxxhdpi/launcher_icon_round.png new file mode 100644 index 00000000..9512398f Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/launcher_icon_round.png differ diff --git a/app/src/main/res/values/launcher_icon_background.xml b/app/src/main/res/values/launcher_icon_background.xml new file mode 100644 index 00000000..a059f3c4 --- /dev/null +++ b/app/src/main/res/values/launcher_icon_background.xml @@ -0,0 +1,4 @@ + + + #FDFA00 + \ No newline at end of file