xiechengfa 发表于 2013-1-30 04:27:35

改写ListView样式

ava代码 http://hiphotos.baidu.com/xiechengfa/pic/item/fad091fc4da43b745c60088b.jpg

[*]<ListView  
[*]         android:id="@id/android:list"  
[*]         android:layout_width="fill_parent"  
[*]         android:layout_height="fill_parent"  
[*]         android:drawSelectorOnTop="true"  
[*]         android:listSelector="@drawable/selector"  
[*]         android:divider="@drawable/list_line"/>  
<ListView   android:id="@id/android:list"      android:layout_width="fill_parent"      android:layout_height="fill_parent"      android:drawSelectorOnTop="true"      android:listSelector="@drawable/selector"      android:divider="@drawable/list_line"/> selector:如下
<div class="dp-highlighter"><div class="bar"><div class="tools">Xml代码 http://hiphotos.baidu.com/xiechengfa/pic/item/4e00cd338ae1b3ed5edf0e8b.jpg
页: [1]
查看完整版本: 改写ListView样式