Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Component used: ActionMode
Version used:
androidx.appcompat:appcompat:1.7.0
Devices/Android versions reproduced on: Google Pixel 6 Android 15 Beta 4
Problem Description:
When using
ActionMode
withstartSupportActionMode(ActionMode.Callback)
in Android 15, an unexpected background appears under the status bar. This background does not align with the rest of the ActionMode's UI and cannot be customized or removed.According to the setStatusbarColor documentation
To achieve the desired effect, it is necessary to draw a background behind the status bar. However, when ActionMode is displayed, the white background introduced by the system is layered on top, making customization impossible.
Steps to Reproduce:
Attachments: