I'm modifying an old app I have and I noticed my toolbar has app:popupTheme="@style/AppTheme.PopupOverlay"
but I'm not totally sure what it affects? I've changed the colors on the style that is defined with that name and I didn't see any changes on the screen.
Thanks.
An overlay is what we now commonly call a pop-up. These are not new windows or tabs but rather displays or lightboxes that appear overtop of the main content on the page.
Specifies the theme to use when inflating popup menus. By default, uses the same theme as the Toolbar itself. theme. It is simply the theme of Toolbar .
The PopupOverlay theme is applied to the overflow menu popup. https://developer.android.com/reference/android/widget/PopupMenu.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With