Skip to content

android: Add adaptive icon

Gabriel Souza Franco requested to merge (removed):icon into master

The current icon only looks good on Android when the icon mask is round. The proper way is to use adaptive icons on Android.

I had to remove the baked-in shadow because it is impossible to know the final shape of the adaptive icon. Android also adds its own shadow anyway.

before after

all-icons

Merge request reports