Change background popupMenu in Android

前端 未结 11 707
刺人心
刺人心 2020-12-01 21:39

I tried to change background of popupmenu, but my implementation does not work.

This is my code:


Create @style/PopupMenu like this


Assign the MyThemePopup theme to your Activity/Parent Activity*** in AndroidManifest as


***When you using the fragment apply the theme for the parent activity defined in AndroidManifest

提交回复
热议问题