可能重复:
Getting the Listview default clicked color, depending on the Device
我想将View设置为像ListView一样。这意味着当我点击它时,背景颜色会发生变化。我无法通过设置自定义颜色来执行此操作,因为每个设备都具有此组件的不同样式。 任何想法我该怎么办?我可以应用任何系统风格吗?
答案 0 :(得分:0)
setBackground(res.getDrawable(android.R.drawable.list_selector_background));