-
Notifications
You must be signed in to change notification settings - Fork 95
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
Add app helper nodes actions screen to datalayer wear sample #1904
Conversation
datalayer/sample/wear/src/main/java/com/google/android/horologist/datalayer/sample/WearApp.kt
Outdated
Show resolved
Hide resolved
...va/com/google/android/horologist/datalayer/sample/screens/nodesactions/NodesActionsScreen.kt
Show resolved
Hide resolved
...va/com/google/android/horologist/datalayer/sample/screens/nodesactions/NodesActionsScreen.kt
Show resolved
Hide resolved
In Node actions, why the big gap to the shrunken chip? |
I added the gap to easily see the difference between the items of the list of devices and a button that is not an item of that list. Maybe a header would do, but it seemed too much just for a single chip. I'm not UI expert so happy to hear suggestions. |
fd942b9
to
f933e11
Compare
I see there is no padding defined there, so not sure why it has a bigger gap, to be checked. |
Maybe a bug with SLC? or Horologist if it's doing that. |
Same with ChipCompact from wear-compose directly. |
WHAT
Add app helper nodes actions screen to datalayer wear sample.
WHY
Show case app helper features.
Checklist 📋