0

I want to make my app in Material Design, but one thing I noticed was that the ContextMenus are themed in Holo, as seen here: here.

Is there a way to make the context menu Material Themed?

Edric
  • 24,639
  • 13
  • 81
  • 91
Jeff
  • 67
  • 1
  • 9

1 Answers1

0

Maybe this post helps:

Styling the popup menu in Android 5.0

They try to do exactly the opposite there. Note that using the ActionBar and using the right application/activity theme should do the trick.

This however is for the ActionBar context menu. I think the longpress ListView context menu is being phased out. It might be possible to make a custom theme for it though:

Android: Theme ContextMenu item selection

Community
  • 1
  • 1
whitebrow
  • 2,015
  • 21
  • 24