android: update app icon; use "adaptive icons" on API 26+
see https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive p4a and buildozer had to be patched for this; I will try to upstream the patches, see: https://github.com/kivy/python-for-android/pull/2446 https://github.com/kivy/buildozer/pull/1312
This commit is contained in:
@@ -53,7 +53,9 @@ requirements =
|
||||
presplash.filename = %(source.dir)s/electrum/gui/icons/electrum_presplash.png
|
||||
|
||||
# (str) Icon of the application
|
||||
icon.filename = %(source.dir)s/electrum/gui/icons/Electrum_512.png
|
||||
icon.filename = %(source.dir)s/electrum/gui/icons/android_electrum_icon_legacy.png
|
||||
icon.adaptive_foreground.filename = %(source.dir)s/electrum/gui/icons/android_electrum_icon_foreground.png
|
||||
icon.adaptive_background.filename = %(source.dir)s/electrum/gui/icons/android_electrum_icon_background.png
|
||||
|
||||
# (str) Supported orientation (one of landscape, portrait or all)
|
||||
orientation = portrait
|
||||
|
||||
Reference in New Issue
Block a user