-
Notifications
You must be signed in to change notification settings - Fork 129
Miscellaneous UI Tweaks #3127
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
base: master
Are you sure you want to change the base?
Miscellaneous UI Tweaks #3127
Conversation
Updates the background of the job selection modal to match current designs.
Adds an enum to control coloring of action buttons dependt on a (for now) binary modality of primary or secondary. Updates the color for secondary actions in the job selection modal accordingly.
Adds a subtle linear gradient to the bottom of the home screen to match the latest UX designs.
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.
LGTM! A few procedural things:
- Push code to a new branch in this repo
scolsen/3078/ui-tweaks
for ex. - Run
gradle ktfmtFormat
commit and push? - Run
gradle checkCode
and fix and errors there - Attach screen recording of updated UIs to PR description
Done, done, done. What did you mean re:
This is in a branch in my ground-android repo -- the branch is called 3078. |
android:angle="90" | ||
android:startColor="#601A1C19" | ||
android:centerColor="#301A1C19" | ||
android:endColor="#021A1C19" /> |
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.
This PR contains a number of small UI tweaks to make the application match the current UX designs, including:
I didn't get precise numbers on sizing dimensions or gradient values I more or less eyeballed it, so I'm happy to adjust if we have precise values.
Screen.Recording.2025-05-08.at.2.01.43.PM.mov
Towards #3078