Change Popup menu background color

后端 未结 10 1451
执念已碎
执念已碎 2020-12-05 11:28

NOTE: I have searched for an hour and tried all solutions already provided by stackoverflow.

I am studying theme over

10条回答
  •  春和景丽
    2020-12-05 12:08

    None of the above solutions worked for me, so this is how I fixed it:

    First of all make a new Theme for the Activity, and:

    
    
    1. To make the background of items white

      @color/white
      
    2. To counter make the text color black

      @color/black
      

    Lastly, apply the theme to your Activity via Manifest:

        
    

提交回复
热议问题