-
Notifications
You must be signed in to change notification settings - Fork 120
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
Disable download button on pan/zoom and while estimating size #1863
Conversation
Should we add some sort of loading spinner or indicator? I feel like it would not be clear to me as a user why I can't press download initially after panning or zooming the map. |
@@ -23,6 +23,7 @@ | |||
<color name="textOverMap">#FCFDF7</color> | |||
<color name="blackMapOverlay">#000000</color> | |||
<color name="lightBackground">#EDEEE9</color> | |||
<color name="material_dynamic_neutral50">#747679</color> |
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.
Do we have a dark mode variant for this color? If so you should add it to the night colors file
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.
@vittorino What background color should we be using for disabled chip buttons in light and dark mode? What's the named value (e.g., primary, secondary etc) within the Material theme that we should use for the theme color?
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.
We spoke. We should be using "on-surface" color with a 0.12 opacity for the fill. Thanks!
…o gino-m/1855/1 # Conflicts: # ground/src/main/java/com/google/android/ground/ui/offlineareas/selector/OfflineAreaSelectorViewModel.kt # ground/src/main/res/values/colors.xml
@JSunde PTAL? @shobhitagarwal1612 FYI
Fixes #1855
Screen_recording_20230910_191022.webm
@vittorino for UX