Default selector background in Clickable Views

前端 未结 9 1364
执念已碎
执念已碎 2020-12-23 02:15

I have some clickable views and I want to set the default available background that is present on list click (in ICS is a blue color). I have tried putting as background thi

9条回答
  •  一个人的身影
    2020-12-23 02:26

    A solution similar to flx's answer, but without additional attribute definition.

    Platform independent style used for pre-Holo devices (in res\values\styles.xml):

    
    

    Style for Holo devices (API Level 14+) (in res\values-v14\styles.xml):

    
    

    Apply style to needed view, e.g., LinearLayout:

    
    ...
    
    

提交回复
热议问题