在android中选择/单击项目时删除蓝色

时间:2015-02-23 21:21:08

标签: android

我试图删除单击某个项目时获得的蓝色突出显示的框。

这是我的代码

<item android:state_pressed="true"
    android:drawable="@drawable/message_to_new_color"/>


<item android:state_activated="true"
    android:drawable="@drawable/message_to_new_color"
    />

<item android:drawable="@drawable/message_to"/>

任何帮助都会很棒。

1 个答案:

答案 0 :(得分:0)

您好我通过在我的列表视图中使用以下内容修复此问题 - 希望它可以帮助某人

    android:listSelector="@android:color/transparent"