CorruptedArk / did-i-take-my-meds

A Kotlin Android app to manage medications
GNU General Public License v3.0
175 stars 15 forks source link

Added Themed / Monochrome Launcher Icon for devices that support it #82

Open sebastien46 opened 11 months ago

sebastien46 commented 11 months ago

This enables the Launcher in Android 13 & above to render a themed version of the App's icon according to user preference.

Note: the app itself doesn't need to have TargetSDK <= 33 to support this feature.

Dark mode, Purple

scr1_dark_purple

Light Mode, Pink

scr2_light_pink

sebastien46 commented 9 months ago

Do you approve of these changes @CorruptedArk ?