-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue-717: Android widget layout improvements #733
issue-717: Android widget layout improvements #733
Conversation
geosaaga
commented
Dec 13, 2024
•
edited
Loading
edited
- Widgets use full space without large empty margings
- New layouts work correctly only in light mode. Dark/automatic mode will be implemented in Improve Android widget theme handling #728
- Crisis message removed from small widgets, because couldn't get it work there easily
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, have to be changed to 2 column layout instead of 3 columns currently. I created ticket #739
I created tickets for the required improvements and merged this so that the testing can start. |