-
Notifications
You must be signed in to change notification settings - Fork 75
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
Material3 #699
Material3 #699
Conversation
Switches look really bad right now. At best I can copy the colors from datura and design from AOSP's settingsLib but unless we have gradle builds or AOSP updates the material components library, it is going to look bad. |
afcffe1
to
632a08b
Compare
app/src/main/java/com/stevesoltys/seedvault/settings/SchedulingFragment.kt
Show resolved
Hide resolved
|
5b0e44d
to
21efa98
Compare
Default to NoActionBar theme and use toolbar where required Signed-off-by: Aayush Gupta <[email protected]>
* Merge accent and primary color for simpler color management * Apply background color on status and navigation bar * Drop non-required colors Signed-off-by: Aayush Gupta <[email protected]>
Signed-off-by: Aayush Gupta <[email protected]>
Signed-off-by: Aayush Gupta <[email protected]>
Signed-off-by: Aayush Gupta <[email protected]>
Material theme seems to be not respecting the tint color in the XML. Override the colors manually to get the job done. Signed-off-by: Aayush Gupta <[email protected]>
CollapsingToolbarLayout doesn't seems to be respecting background color for some reason Signed-off-by: Aayush Gupta <[email protected]>
The only issue I can see right now is MD3 switches having wrong color in dark theme. |
Signed-off-by: Aayush Gupta <[email protected]>
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.
Awesome, thanks!
Sumary
This PR migrates Seedvault to use Material3.
Issues
Test
Everything passes locally