diff --git a/Habitica/AndroidManifest.xml b/Habitica/AndroidManifest.xml index 009d47b76..a511d5acd 100644 --- a/Habitica/AndroidManifest.xml +++ b/Habitica/AndroidManifest.xml @@ -9,7 +9,7 @@ + android:targetSdkVersion="26" /> @@ -24,6 +24,7 @@ android:name=".HabiticaApplication" android:allowBackup="true" android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher_round" android:label="@string/app_name" android:theme="@style/AppTheme" tools:replace="android:name" diff --git a/Habitica/ic_launcher-web.png b/Habitica/ic_launcher-web.png index 1918c62b2..9a1451d65 100644 Binary files a/Habitica/ic_launcher-web.png and b/Habitica/ic_launcher-web.png differ diff --git a/Habitica/res/drawable/ic_launcher_foreground.xml b/Habitica/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 000000000..d07e5042a --- /dev/null +++ b/Habitica/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,18 @@ + + + + diff --git a/Habitica/res/mipmap-anydpi-v26/ic_launcher.xml b/Habitica/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..7353dbd1f --- /dev/null +++ b/Habitica/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/Habitica/res/mipmap-anydpi-v26/ic_launcher_round.xml b/Habitica/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..7353dbd1f --- /dev/null +++ b/Habitica/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/Habitica/res/mipmap-hdpi/ic_launcher.png b/Habitica/res/mipmap-hdpi/ic_launcher.png index 0fcf3a8ef..cb4ca1932 100644 Binary files a/Habitica/res/mipmap-hdpi/ic_launcher.png and b/Habitica/res/mipmap-hdpi/ic_launcher.png differ diff --git a/Habitica/res/mipmap-hdpi/ic_launcher_round.png b/Habitica/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 000000000..2b89eda15 Binary files /dev/null and b/Habitica/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/Habitica/res/mipmap-mdpi/ic_launcher.png b/Habitica/res/mipmap-mdpi/ic_launcher.png index a88c680ce..185320129 100644 Binary files a/Habitica/res/mipmap-mdpi/ic_launcher.png and b/Habitica/res/mipmap-mdpi/ic_launcher.png differ diff --git a/Habitica/res/mipmap-mdpi/ic_launcher_round.png b/Habitica/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 000000000..1b4cdf558 Binary files /dev/null and b/Habitica/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/Habitica/res/mipmap-xhdpi/ic_launcher.png b/Habitica/res/mipmap-xhdpi/ic_launcher.png index 64927937a..6e90a593d 100644 Binary files a/Habitica/res/mipmap-xhdpi/ic_launcher.png and b/Habitica/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/Habitica/res/mipmap-xhdpi/ic_launcher_round.png b/Habitica/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 000000000..93b446f37 Binary files /dev/null and b/Habitica/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/Habitica/res/mipmap-xxhdpi/ic_launcher.png b/Habitica/res/mipmap-xxhdpi/ic_launcher.png index b3f973b52..8dd1af26c 100644 Binary files a/Habitica/res/mipmap-xxhdpi/ic_launcher.png and b/Habitica/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/Habitica/res/mipmap-xxhdpi/ic_launcher_round.png b/Habitica/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..a47728593 Binary files /dev/null and b/Habitica/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/Habitica/res/mipmap-xxxhdpi/ic_launcher.png b/Habitica/res/mipmap-xxxhdpi/ic_launcher.png index f0f9304d2..7fb02a2b7 100644 Binary files a/Habitica/res/mipmap-xxxhdpi/ic_launcher.png and b/Habitica/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/Habitica/res/mipmap-xxxhdpi/ic_launcher_round.png b/Habitica/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 000000000..75d39019f Binary files /dev/null and b/Habitica/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/Habitica/res/values/colors.xml b/Habitica/res/values/colors.xml index 6e1a0d072..4e7c3df01 100644 --- a/Habitica/res/values/colors.xml +++ b/Habitica/res/values/colors.xml @@ -158,4 +158,5 @@ #313131 #ee9109 #4cfedead + #331960