<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/category_list_bg"
android:layout_margin="20dp">
<ListView android:layout_width="fill_parent"
android:layout_height="fill_parent" android:id="@android:id/list"
android:cacheColorHint="#00000000" android:divider="#cccccc"
android:scrollbars="none"
android:dividerHeight="2dp"></ListView>
</LinearLayout>
android:cacheColorHint="#00000000" 就可以
posted on 2011-06-30 19:22
汪杰 阅读(353)
评论(0) 编辑 收藏 引用 所属分类:
Java