android popup menu text color (AppCompat)

后端 未结 4 587
没有蜡笔的小新
没有蜡笔的小新 2020-12-01 20:40

I need to change text color of a popuo menu but I don\'t find any way for do this, I can change background of popmenu but not the text, I edit the style.xml in this way:

4条回答
  •  有刺的猬
    2020-12-01 21:14

    @style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large
    @style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small
    

    I think that you are using TextAppearance.AppCompat.Base.Widget.PopupMenu. Here is the error, you are using another parent that doesn´t response the current style.

    You have to use:

    TextAppearance.AppCompat.Light.Widget.PopupMenu.

提交回复
热议问题