-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update language and add icons to the repeat dialog #6972
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
Conversation
| <item name="android:paddingTop">@dimen/margin_small</item> | ||
| <item name="android:paddingBottom">@dimen/margin_small</item> | ||
| <item name="android:textAppearance">?textAppearanceBodyMedium</item> | ||
| <item name="iconSize">24dp</item> |
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.
Different icon buttons were using different icon sizes. It wasn’t noticeable before because, even when they appeared on the same screen, they were displayed vertically. In the “add repeat” dialog, however, the buttons are placed in one row, and there the size differences became visible.
alyblenkin
left a comment
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.
Looking good – the dialog is a lot more intuitive with the icons and updated copy!
I didn't think we would get to this change for a while, so this was a nice surprise.
f577e6a to
6427942
Compare
|
Tested with success Verified on Android 16, 11 Verified cases:
|
|
Tested with success Verified on Android 10, 8.1 |
Closes #6968
Why is this the best possible solution? Were any other approaches considered?
I considered using Jetpack Compose for the new UI, but it would be quite cumbersome since this activity doesn’t use Compose at all yet.
How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?
We need to test the dialog displayed when adding a new repeat group for regression, not just the visual changes.
Do we need any specific form for testing your changes? If so, please attach one.
No.
Does this change require updates to documentation? If so, please file an issue here and include the link below.
No.
Before submitting this PR, please make sure you have:
./gradlew connectedAndroidTest(or./gradlew testLab) and confirmed all checks still passDateFormatsTest