Android技巧:ListView去掉橙黄底色
在ListView中,系统默认选中时会出现橙黄底色。有时候我们不需要这样的效果,如何去掉?可在ListView中增加 android:listSelector="@android:color/transparent"
本文出自 “我的JAVA之路” 博客
补充:移动开发 , Android ,
在ListView中,系统默认选中时会出现橙黄底色。有时候我们不需要这样的效果,如何去掉?可在ListView中增加 android:listSelector="@android:color/transparent"
本文出自 “我的JAVA之路” 博客
补充:移动开发 , Android ,