I generate each option of menu from querying database. Here is my code.
final PopupMenu popupMenu = new PopupMenu(getBaseContext(), v); SQLiteDatabase db =
If your are using AppCompact-v7 then you can style PopupMenu as below:
NOTE: PopMenu always works with Activity Context, not with Application context.