首页 > 技术文章 > ListView常用属性

yangcong 2013-09-03 16:23 原文

<ListView
        android:id="@+id/xListView"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"   
     android:cacheColorHint
="#00000000" android:listSelector="@android:color/transparent" android:divider="@null" android:fadingEdge="none" />

 

推荐阅读