Is it possible to create a custom view for ActionBar SubMenu?

I want to create an ActionBar submenu item with a custom layout or view.

Something like: ImageView - TextView - ImageView

You can create a MenuItem with a custom layout or view, but I could not achieve this using the submenu - Android submenu with actionLayout is not visible

+6
source share

Source: https://habr.com/ru/post/947274/


All Articles