diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index f6ddd4d2..82d22288 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -8,6 +8,8 @@ android:label="Claw" android:allowBackup="false" android:supportsRtl="true" + android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher" android:name=".ClawApplication" android:theme="@style/Theme.AppCompat.Light.NoActionBar" > diff --git a/android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..2a84c976 --- /dev/null +++ b/android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/android/src/main/res/mipmap-hdpi/ic_launcher.webp b/android/src/main/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 00000000..1f78efbf Binary files /dev/null and b/android/src/main/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/android/src/main/res/mipmap-hdpi/ic_launcher_background.webp b/android/src/main/res/mipmap-hdpi/ic_launcher_background.webp new file mode 100644 index 00000000..d759df03 Binary files /dev/null and b/android/src/main/res/mipmap-hdpi/ic_launcher_background.webp differ diff --git a/android/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp b/android/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..7d5cd193 Binary files /dev/null and b/android/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp differ diff --git a/android/src/main/res/mipmap-mdpi/ic_launcher.webp b/android/src/main/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 00000000..f94843bf Binary files /dev/null and b/android/src/main/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/android/src/main/res/mipmap-mdpi/ic_launcher_background.webp b/android/src/main/res/mipmap-mdpi/ic_launcher_background.webp new file mode 100644 index 00000000..009a7416 Binary files /dev/null and b/android/src/main/res/mipmap-mdpi/ic_launcher_background.webp differ diff --git a/android/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp b/android/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..b2ae72c2 Binary files /dev/null and b/android/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp differ diff --git a/android/src/main/res/mipmap-xhdpi/ic_launcher.webp b/android/src/main/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 00000000..2c60b287 Binary files /dev/null and b/android/src/main/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/android/src/main/res/mipmap-xhdpi/ic_launcher_background.webp b/android/src/main/res/mipmap-xhdpi/ic_launcher_background.webp new file mode 100644 index 00000000..4855ee57 Binary files /dev/null and b/android/src/main/res/mipmap-xhdpi/ic_launcher_background.webp differ diff --git a/android/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp b/android/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..e4608f89 Binary files /dev/null and b/android/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp differ diff --git a/android/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/android/src/main/res/mipmap-xxhdpi/ic_launcher.webp new file mode 100644 index 00000000..2448ccb5 Binary files /dev/null and b/android/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/android/src/main/res/mipmap-xxhdpi/ic_launcher_background.webp b/android/src/main/res/mipmap-xxhdpi/ic_launcher_background.webp new file mode 100644 index 00000000..f4185756 Binary files /dev/null and b/android/src/main/res/mipmap-xxhdpi/ic_launcher_background.webp differ diff --git a/android/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/android/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..b909e839 Binary files /dev/null and b/android/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp differ diff --git a/android/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/android/src/main/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 00000000..b7ff238d Binary files /dev/null and b/android/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/android/src/main/res/mipmap-xxxhdpi/ic_launcher_background.webp b/android/src/main/res/mipmap-xxxhdpi/ic_launcher_background.webp new file mode 100644 index 00000000..1c64d8f4 Binary files /dev/null and b/android/src/main/res/mipmap-xxxhdpi/ic_launcher_background.webp differ diff --git a/android/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/android/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp new file mode 100644 index 00000000..2d5126ec Binary files /dev/null and b/android/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp differ