andstatus / andstatus

Multiple accounts client for multiple Social networks. For Android
http://andstatus.org/
Apache License 2.0
307 stars 69 forks source link

[Feature] Adaptive & Themed Icon Support #588

Closed sebastien46 closed 6 months ago

sebastien46 commented 6 months ago

Closes #580

- Add Adaptive Icon for devices that support it (TargetSDK<=26)

(I used the SVG proportions of the file included in this repo)

XXHDPI Mipmap icon

scr1_nonadapt

AdaptiveIconDrawable icon

scr1_adapt

- Add Themed / Monochrome App Icon for devices that support it (TargetSDK<=33)

Note:

Examples

Light Theme, Light Blue

scr2_mono_light_lightblue

Dark Theme, Green

scr2_mono_dark_green

- Refactor icon Mipmaps file structure to support adaptive icon while preserving lower API compatibility

yvolk commented 6 months ago

Thank you for contribution, @sebastien46! Very interesting. I will play with theming on my phone trying to see any difference :-)

sebastien46 commented 6 months ago

Thank you for contribution, @sebastien46! Very interesting. I will play with theming on my phone trying to see any difference :-)

Thank you for making an amazing app ❤️