diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f414bc21..25b548ec 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,8 +15,8 @@ - - - - - - - - diff --git a/app/src/main/res/drawable-anydpi/ic_launcher_round.xml b/app/src/main/res/drawable-anydpi/ic_launcher_round.xml deleted file mode 100644 index 25a8371b..00000000 --- a/app/src/main/res/drawable-anydpi/ic_launcher_round.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000..04be8bd1 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 00000000..7eca6a5d Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 00000000..00df4401 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 00000000..f2738993 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 00000000..d99a9678 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 00000000..00661c01 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 00000000..c80a8c7d Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..66d02400 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000..babc725f Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..747fa10f Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/art/generate-pngs.sh b/art/generate-pngs.sh new file mode 100755 index 00000000..943a1c26 --- /dev/null +++ b/art/generate-pngs.sh @@ -0,0 +1,20 @@ +#!/bin/sh + +for DENSITY in mdpi hdpi xhdpi xxhdpi xxxhdpi; do + case $DENSITY in + mdpi) SIZE=48;; + hdpi) SIZE=72;; + xhdpi) SIZE=96;; + xxhdpi) SIZE=144;; + xxxhdpi) SIZE=192;; + esac + + FOLDER=../app/src/main/res/mipmap-$DENSITY + mkdir -p $FOLDER + + for FILE in ic_launcher ic_launcher_round; do + PNG=$FOLDER/$FILE.png + rsvg-convert -w $SIZE -h $SIZE $FILE.svg > $PNG + zopflipng -y $PNG $PNG + done +done diff --git a/art/ic_launcher.svg b/art/ic_launcher.svg new file mode 100644 index 00000000..7602e220 --- /dev/null +++ b/art/ic_launcher.svg @@ -0,0 +1,26 @@ + + + + + + + + + diff --git a/art/ic_launcher_round.svg b/art/ic_launcher_round.svg new file mode 100644 index 00000000..c1fcb25b --- /dev/null +++ b/art/ic_launcher_round.svg @@ -0,0 +1,21 @@ + + + + + + + + +