Android-ListView小技巧-去除按下效果及底部分割线

在xml文件中加入

1、去除按下效果:

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

当然,如果需要其它的效果的话,自己定义一个选择器就ok了;

2、去除底部分割线:

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

posted @ 2015-10-07 21:33  lude313  阅读(372)  评论(0编辑  收藏  举报