fennifith / Status

A no-root status bar replacement for Android.
https://play.google.com/store/apps/details?id=com.james.status
Apache License 2.0
127 stars 29 forks source link

Rounded status bar icons #143

Open ghost opened 5 years ago

ghost commented 5 years ago

It would be great if there will be option to have the icons rounded in its sides (which can be seen in Oreo 8.1 and Pie)

fennifith commented 5 years ago

I'm not sure how I would do this using the current icon setting/fetching method, as it allows for both vectors (paths rendered by the device which can be rounded) and images (a grid of pixel data, cannot be rounded). It would be easier / cleaner to simply create an additional set of icons with rounded corners instead to prevent the setting from becoming non-functional in the event that an image is set as an icon.