-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[TopAppBar] Color of ActionBar overflow menu background is incorrect #4139
Labels
Comments
Also observed in 1.11.0 and 1.12.0 but not in 1.10.0, for androidx.appcompat.widget.ActionMenuView. The overflow menu's background color does not adhere to the theme's 'colorPrimary'. |
workaround: put |
The overflow menu is not presented in the Catalog app (8726702). But, this issue is not resolved. |
manabu-nakamura
added a commit
to manabu-nakamura/material-components-android
that referenced
this issue
Jan 18, 2025
…of ActionBar overflow menu background is incorrect)
Minimal sample app repro: Test3.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description: The color of the ActionBar overflow menu background is wrong and is not consistent with the color of the overflow menu on regular top bars.
Expected behavior:
The following screenshots were taken from the Catalog demo app.
Regular top bar overflow menu:
Action bar overflow menu:
Android API version: 34
Material Library version: Reproduced with the latest commit to date: a069c4c
Device: Pixel 4a
The text was updated successfully, but these errors were encountered: