plusonelabs / calendar-widget

An calender widget for your Android home screen.
Apache License 2.0
369 stars 127 forks source link

Add month when title is disabled #269

Closed Shadowigor closed 4 years ago

Shadowigor commented 6 years ago

I try to have my widget as compact as possible, so I disabled the daily titles and moved the time to the same line. The only indicator of the date that is left only shows the day, but not the month. This looks quite weird and can also be confusing. There is also room left to add an abbreviated month.

Example:

screenshot_20170924-115627

Note: As you can see, #236 applies here as well, those are all 1-day events.

yvolk commented 4 years ago

What you see is not a day of month, but number of days from today. So following your logic you need both month and day on the same line. This looks like what another user proposed recently: https://github.com/plusonelabs/calendar-widget/issues/333