DEADSOFTWARE

android: update icons
authorDeaDDooMER <deaddoomer@deadsoftware.ru>
Sun, 19 Dec 2021 19:28:40 +0000 (22:28 +0300)
committerDeaDDooMER <deaddoomer@deadsoftware.ru>
Sun, 19 Dec 2021 19:28:40 +0000 (22:28 +0300)
android/AndroidManifest.xml
android/res/drawable-mdpi/ic_launcher.png [deleted file]
android/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
android/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
android/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
android/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
android/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]

index 186ec0e84a927f3d6ff92e6b3bae08b7db28232c..02494e93343219a47879417450a97cf125fa86d4 100644 (file)
@@ -36,7 +36,7 @@
     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
 
     <application android:label="Doom2D Forever"
-                 android:icon="@drawable/ic_launcher"
+                 android:icon="@mipmap/ic_launcher"
                  android:allowBackup="true"
                  android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
                  android:hardwareAccelerated="true"
diff --git a/android/res/drawable-mdpi/ic_launcher.png b/android/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644 (file)
index 0f3a6f4..0000000
Binary files a/android/res/drawable-mdpi/ic_launcher.png and /dev/null differ
diff --git a/android/res/mipmap-hdpi/ic_launcher.png b/android/res/mipmap-hdpi/ic_launcher.png
new file mode 100644 (file)
index 0000000..c662198
Binary files /dev/null and b/android/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/android/res/mipmap-mdpi/ic_launcher.png b/android/res/mipmap-mdpi/ic_launcher.png
new file mode 100644 (file)
index 0000000..e8288f8
Binary files /dev/null and b/android/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/android/res/mipmap-xhdpi/ic_launcher.png b/android/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644 (file)
index 0000000..b428480
Binary files /dev/null and b/android/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/android/res/mipmap-xxhdpi/ic_launcher.png b/android/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644 (file)
index 0000000..6bbf9f0
Binary files /dev/null and b/android/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/android/res/mipmap-xxxhdpi/ic_launcher.png b/android/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644 (file)
index 0000000..b499761
Binary files /dev/null and b/android/res/mipmap-xxxhdpi/ic_launcher.png differ