-
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 material components to the sample application #1844
Add material components to the sample application #1844
Conversation
39e55f7
to
be4501b
Compare
I'm a bit unsure if I should collect them somehow 🤔 Does it maybe make more sense to have like a chip screen that has all the chips and compact chips? And the same with buttons and toggleButtons I guess? 🤔 Wdyt? |
be4501b
to
7ef6f9d
Compare
sample/src/main/java/com/google/android/horologist/sample/Screen.kt
Outdated
Show resolved
Hide resolved
I like the way you've built here with one single component per screen, I find it less confusing from my "dev" perspective! |
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.
It would be nice to have screenshots of one or two screens in the PR description just to have an idea how it's looking like!
LGTM - thanks!
sample/src/main/java/com/google/android/horologist/materialcomponents/SampleTitleScreen.kt
Outdated
Show resolved
Hide resolved
sample/src/main/java/com/google/android/horologist/materialcomponents/SampleIconScreen.kt
Outdated
Show resolved
Hide resolved
bdfb452
to
833dc48
Compare
WHAT
Add material components to the sample application
WHY
Would be nice to have a sample to see how the components look on a real device
HOW
Adding all the components under
compose-material
to the sample applicationChecklist 📋