summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 722548e)
raw | patch | inline | side by side (parent: 722548e)
author | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Sun, 19 Dec 2021 19:28:40 +0000 (22:28 +0300) | ||
committer | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Sun, 19 Dec 2021 19:28:40 +0000 (22:28 +0300) |
android/AndroidManifest.xml | patch | blob | history | |
android/res/drawable-mdpi/ic_launcher.png | [deleted file] | patch | blob | history |
android/res/mipmap-hdpi/ic_launcher.png | [new file with mode: 0644] | patch | blob |
android/res/mipmap-mdpi/ic_launcher.png | [new file with mode: 0644] | patch | blob |
android/res/mipmap-xhdpi/ic_launcher.png | [new file with mode: 0644] | patch | blob |
android/res/mipmap-xxhdpi/ic_launcher.png | [new file with mode: 0644] | patch | blob |
android/res/mipmap-xxxhdpi/ic_launcher.png | [new file with mode: 0644] | patch | blob |
index 186ec0e84a927f3d6ff92e6b3bae08b7db28232c..02494e93343219a47879417450a97cf125fa86d4 100644 (file)
<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
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
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
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
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
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
index 0000000..b499761
Binary files /dev/null and b/android/res/mipmap-xxxhdpi/ic_launcher.png differ