Closed TinyHai closed 6 months ago
As you fixed some paddings, could you provide a before / after comparative so I understand what was wrong?
Actually, I don't add any padding. I just apply the padding Scaffold
provided to its content, so that its content will not be covered by SampleTopBar
. Review App.kt
Do you remember this? the SettingsSwitch
was covered by SampleTopBar
. My work is to rescue the poor SettingsSwitch
I notice that the job Validate screenshots
is failling.
Should I push the screenshots that generated by executing ./gradlew updateScreenshotTest
?
No, don't worry.
New screenshots will fail, it's ok. As screenshots are generated on GHA those will fail if generated on your local.
I assume that, I know those will fail when added on PRs.
Let me review this PR and merge with admin power later :)
Looks great! Thanks for your contribution!
BTW, can you updadte README.md to reflect the enabled, change on group?
BTW, can you updadte README.md to reflect the enabled, change on group?
no problem
I added
enabled
to the SettingsGroup. Now Settings will get the defaultenabled
value from the Group which directly wraps it.I fixed the padding in Sample as I was writing samples.