Fix app icon in old Android versions, closes #120
This commit is contained in:
parent
400f72a9bf
commit
a2551bc7f0
8 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme"
|
android:theme="@style/AppTheme"
|
||||||
android:networkSecurityConfig="@xml/network_security_config"
|
android:networkSecurityConfig="@xml/network_security_config"
|
||||||
|
|
BIN
app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
app/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
app/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
app/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -5,6 +5,7 @@ Bugs:
|
||||||
* Accurate naming of "mute notifications" from "pause notifications" (#224, thanks to @shadow00 for reporting)
|
* Accurate naming of "mute notifications" from "pause notifications" (#224, thanks to @shadow00 for reporting)
|
||||||
* Make messages with links selectable (#226, thanks to @StoyanDimitrov for reporting)
|
* Make messages with links selectable (#226, thanks to @StoyanDimitrov for reporting)
|
||||||
* Restoring topics or settings from backup doesn't work (#223, thanks to @shadow00 for reporting)
|
* Restoring topics or settings from backup doesn't work (#223, thanks to @shadow00 for reporting)
|
||||||
|
* Fix app icon on old Android versions (#120, thanks to @shadow00 for reporting)
|
||||||
|
|
||||||
**Thanks for testing:**
|
**Thanks for testing:**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue