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

[801] Fix HomeToolbar popupTheme in non-night mode #820

Merged
merged 1 commit into from
Mar 29, 2020

Conversation

ataulm
Copy link
Contributor

@ataulm ataulm commented Feb 25, 2020

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

  • materialThemeOverlay doesn't work with AppCompatToolbar
  • since the style is being set explicitly (activity_home), we can use android:theme, and this will be applied as an overlay
  • the popup menu is already taking colorSurface correctly, but not sure why it's not setting the text accordingly. Overriding textColorPrimary to colorOnSurface fixes it, while applying it in a small scope (only to the HomeToolbar's popupTheme) means we won't goof anything else up

💡 Motivation and Context

Fixes #801 - PopMenu has always white text even when in light mode

💚 How did you test it?

Visually - see screenshots

📝 Checklist

  • I ran ./gradlew spotlessApply before submitting the PR
  • I reviewed submitted code
  • I added tests to verify changes
  • All tests passing

🔮 Next steps

Wait for comments

📸 Screenshots / GIFs

Before (dark mode) After
plaid-before-dark plaid-after-dark
Before (light mode) After
plaid-before plaid-after

- materialThemeOverlay doesn't work for AppCompatToolbar
- since the style is being set explicitly (activity_home), we can use `android:theme`, and this will be applied as an overlay
- the popup menu is already taking `colorSurface` correctly, but not sure why it's not setting the text accordingly. Overriding textColorPrimary to colorOnSurface fixes it, while applying it in a small scope (only to the HomeToolbar's popupTheme) means we won't goof anything else up
@ataulm ataulm requested a review from pfmaggi February 25, 2020 21:42
@pfmaggi pfmaggi merged commit 15bd647 into nickbutcher:master Mar 29, 2020
@pfmaggi
Copy link
Collaborator

pfmaggi commented Mar 29, 2020

Thanks for the contribution and sorry for the delay reviewing it!

@ataulm
Copy link
Contributor Author

ataulm commented Mar 29, 2020

No worries, thanks for the review ☺️

@ataulm ataulm deleted the 801/fix-popuptheme branch March 29, 2020 13:16
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.

PopMenu has always white text even when in light mode
3 participants