On the toolbar, what does the app do: popupTheme = "@ style / AppTheme.PopupOverlay" do?

I'm modifying an old app I have and I noticed my toolbar has app:popupTheme="@style/AppTheme.PopupOverlay"

, but I'm not really sure what it is? I changed the colors in the style that is defined with that name and I didn't see any changes on the screen.

Thank.

+3


source to share


1 answer


The PopupOverlay theme is applied to the overflow popup menu. https://developer.android.com/reference/android/widget/PopupMenu.html



+2


source







All Articles