andstatus / todoagenda

Android home screen widgets showing future (and past) calendar events and tasks
Apache License 2.0
130 stars 19 forks source link

Refining alignment. #58

Closed Kolorado67 closed 3 years ago

Kolorado67 commented 4 years ago

Would it be possible to have the widget's overall vertical size adjust automatically to the events displayed. I find myself adjusting the text size and the information displayed so it best fits the frame. The preset sizes don't seem to consider the data being displayed. I am probably being very picky about this, but I think it's worth asking. Thanks. Screenshot_20201122-134856~2 Screenshot_20201122-134908~2

yvolk commented 3 years ago

Hi @Kolorado67, in your example it's simply slightly not enough space for the widget to show two events completely. No, Android doesn't allow to increase widget's size automatically: you need to make a widget taller by one predefined "position" to reserve extra vertical space.

Or you can decrease size of the widget's content. We have several means for this, including Other settings -> Text size Layout -> Compact layout

Kolorado67 commented 3 years ago

Thanks for the feedback. I think by tweaking the available options I have got it to a point that works. 👍