Skip to content

Material 3 themeing #2756

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

Merged
merged 3 commits into from
Oct 29, 2021
Merged

Material 3 themeing #2756

merged 3 commits into from
Oct 29, 2021

Conversation

mikepenz
Copy link
Owner

Verified

This commit was signed with the committer’s verified signature.
mikepenz Mike Penz
… the new material3 spec

  - https://m3.material.io/components/navigation-drawer/specs
  - requires material 1.5.0-x

Verified

This commit was signed with the committer’s verified signature.
mikepenz Mike Penz

Verified

This commit was signed with the committer’s verified signature.
mikepenz Mike Penz
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="?colorOnSecondaryContainer" android:state_selected="true" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ The resource @attr/colorOnSecondaryContainer is marked as private in com.google.android.material:material:1.5.0-alpha05

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="?colorOnSecondaryContainer" android:state_selected="true" />
<item android:color="?colorOnSurfaceVariant" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ The resource @attr/colorOnSurfaceVariant is marked as private in com.google.android.material:material:1.5.0-alpha05

@mikepenz mikepenz merged commit 5ab67d6 into develop Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant