Is it possible to create an ActionBar ActionProvider in Android 3.0+ with custom views for the menu items? So far I have seen these with icons and text, and text with a checkbox, but would it be posible to inflate an arbitrary view instead?
Thanks in advance.
ShareActionProviderindirectly usesPopupWindow, which can hold whatever you want.