-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Provide three options for donation reminder time #1256
Provide three options for donation reminder time #1256
Conversation
Just a stylistic thing, but have you thought about using segmented buttons? |
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.
Looks good
Not segmented buttons, but at the start I did have three normal buttons next to each other. The problem I see with that is that some languages might have long words for "month(s)" and then the last button would flow/break into the next line or become ugly in some other way ... |
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.
UI suggestions by @devvv4ever
app/src/main/kotlin/at/bitfire/davdroid/ui/intro/OpenSourcePage.kt
Outdated
Show resolved
Hide resolved
app/src/main/kotlin/at/bitfire/davdroid/ui/composable/RadioButtons.kt
Outdated
Show resolved
Hide resolved
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.
Nice 👍🏻
11e3500
to
3e57108
Compare
* Provide three options for donation reminder time * Move radio buttons to top card; Change strings * Use padding instead of height for radio elements
There was an update of the ical4android version, I have taken it out |
Purpose
Provide three options for donation reminder time.
Short description
setDontShow
to handle different number of monthsRadio Buttons in Compose: https://developer.android.com/develop/ui/compose/components/radio-button
Checklist
Closes https://github.com/bitfireAT/davx5/issues/636