mvmike / min-cal-widget

Minimal calendar widget
BSD 3-Clause "New" or "Revised" License
89 stars 15 forks source link

Option to enable rounded corners #107

Closed S-Sajith closed 2 years ago

S-Sajith commented 2 years ago

The square corners don't match the aesthetics of all the other widgets on my home screen , please consider implementing this feature.

mvmike commented 2 years ago

Answering to your email @S-Sajith

The screenshots on the playstore show rounded corners on the widget , but when I use the widget I don't see rounded corners , how do I enable it ?

Usually the widget having rounded corners is something managed either at launcher or at OS level. It could be enforced programmatically but it makes more sense to keep it the standard way (as a linear layout withou any shape specificacion) and then allow the launcher/OS to align all existing widgets.

The screenshots in the repo have round corners since the emulator used to take them is an android 12, when the round corners by default was introduced.