Skip to content
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

Widget UI needs fixing #7

Open
Elyahu41 opened this issue Oct 3, 2023 · 3 comments
Open

Widget UI needs fixing #7

Elyahu41 opened this issue Oct 3, 2023 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@Elyahu41
Copy link
Owner

Elyahu41 commented Oct 3, 2023

Currently the widget is just 6 textviews that update at either 30 minute intervals or when the next upcoming zman is. Whichever is first updates the textviews.

I tried making the textviews look nicer by adding padding and using LinearLayouts, however, the widget still has many issues in multiple formats.

Text getting cut off is the biggest issue. That needs to be avoided at all costs.

@Elyahu41 Elyahu41 added the help wanted Extra attention is needed label Oct 3, 2023
@Elyahu41
Copy link
Owner Author

Elyahu41 commented Oct 3, 2023

Here are some screenshots of common issues:

Untitled

This picture shows how the bottom 3 textviews get cut off, I would Ideally like to have the hebrew date be shown instead:
Untitled

Something like this would look better if there is less space:
Untitled

Also when the widget is expanded it does not take advantage of the extra space:
Untitled

@NightScript370
Copy link
Contributor

Perhaps in the extra space we could add an analogue countdown to the next zman

@Elyahu41
Copy link
Owner Author

Elyahu41 commented Oct 3, 2023

To help anyone who wants to help get started on this issue, look at the following files:

in activities:
ZmanimAppWidget.java

in res/layout:
zmanim_app_widget_preview.xml
zmanim_app_widget_horizontal.xml
zmanim_app_widget.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants