plusonelabs / calendar-widget

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

v.3.0 Regression: Alarm and recurring icons aren't resized with text #328

Closed yvolk closed 4 years ago

yvolk commented 4 years ago

As @StarCruiser75 and one user at Google Play noticed, when we change text size, indicators (alerts and recurring events) don't change their size like in previous version.

Actually, as I see in the previous version indicators scaled down only, but weren't enlarged for larger that medium text sizes.

yvolk commented 4 years ago

Fixed in v.3.0.9, please check here: #320 Smallest text size. todays-colors-005-3-0-9-smallest-scale Medium size: todays-colors-004-3-0-9

StarCruiser75 commented 4 years ago

HI @yvolk , thank you for opening the separate issue, I was about to do it tomorrow as I'm traveling now. Feedback on v3.0.9 is that icons are resizing randomly again with font size very small, depending on numbers of lines of the title (small if 1 line, big if two lines). With previous version they were always big.

yvolk commented 4 years ago

@StarCruiser75 I see that my current approach to scaling doesn't work in all Launchers... will need to try more... Maybe I will have to choose the 100% working solution: creation of separate "indicators" layouts for each text scale with hard-coded image sizes...

yvolk commented 4 years ago

@StarCruiser75 Another fix in v.3.0.10, see #320

StarCruiser75 commented 4 years ago

Very good! 👍🏻 Now icons resize correctly and all of the same size. Tested on three launchers. Do you have a way to vertical align icons top instead of middle, as it does now? Thanks

yvolk commented 4 years ago

Now icons resize correctly and all of the same size.

,@StarCruiser75 This is because instead of trying to actually resize images now I put invisible images of three sizes into the widget layout, and make visible only relevant images :-)

OK will look into alignment. By the way, event text also alignes to the center vertically. I will need to change this also... Screenshot_2019-10-02-08-20-11-921

StarCruiser75 commented 4 years ago

@yvolk don't get mad with alignment, it is only a suggestion, widget is now already perfect for me! ;-)