Skip to content
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

AndroidX YOLO upgrade #260

Merged
merged 14 commits into from
Mar 16, 2023
Merged

AndroidX YOLO upgrade #260

merged 14 commits into from
Mar 16, 2023

Conversation

TWiStErRob
Copy link
Owner

@TWiStErRob TWiStErRob commented Mar 16, 2023

…with a static method getLocalBroadcastManager where the deprecation can be hidden for now.
Originally it was black, now it's using the primary color.

The reason is that between material 1.2.1 and 1.8.0, the NavigationView constructor has changed. In particular textAppearanceSet was set to true, which didn't set up the itemTextColor, even though the textAppearance was 0. This was because the `app:itemTextAppearance="?attr/titleTextAppearance"` line in the XML was resolving to nothing, because the attribute is not meant to be used outside of a Toolbar.
@TWiStErRob TWiStErRob added this to the Modernize milestone Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing theme setup for NavigationView
1 participant