I noticed some context menus in various tutorials on the web look different than mine, i.e. there a title with an arrow in a circle at the top. Mine is just a square box with items. Is this just a newer version of the context menu, or is there a way to style the menu?
I’d like to center the items, set a backcolor, etc.
ContextMenuhas several methods likesetHeaderTitle()(for adding a title, but you havesetHeaderView()for more complex stuff) so you can customize the ContextMenu in the methodonCreateContextMenu().