Override context menu colors in Android

前端 未结 3 1970
你的背包
你的背包 2020-11-30 07:53

Let\'s see,

i know how to change the style of a ListView (the orange color when an item is selected):

android:listSelector=\"@drawable/xxx\" and a drawable w

3条回答
  •  时光取名叫无心
    2020-11-30 08:56

    If by context menu you mean the menu from the long press, then I have done this with the following code. My menu has my theme's background, and a green highlight.

    context menu layout:

    
    
    
    

    styles.xml, where I'm using a custom theme (which I think is the key)

     
    
    

提交回复
热议问题