android toolbar popupTheme vs theme
Solution 1:
-
popupTheme
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
.
popupTheme
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
.