Android:解决列表滚动时背景色变黑的方法

来源:互联网 发布:java string compare 编辑:程序博客网 时间:2024/05/15 21:09

转载自:

http://songyuanlin1101.blog.163.com/blog/static/311


设置列表的滑动时的颜色:android:cacheColorHint="#000000",只要不为黑色即可。


如下:

<ListView        android:id="@+id/hotAppList"        android:layout_width="fill_parent"        android:layout_height="wrap_content"        android:layout_below="@+id/head"        android:cacheColorHint="#97d4fc"        >       </ListView>



0 0
原创粉丝点击