首先代码贴上
<?xml version=
"1.0"
encoding=
"utf-8"
?>
02
<ListView
xmlns:android=
"http://schemas.android.com/apk/res/android"
03
android:id=
"@+id/listview"
04
android:layout_width=
"fill_parent"
05
android:layout_height=
"fill_parent"
06
android:cacheColorHint=
"#00000000"
07
android:dividerHeight=
"30px"
08
android:divider=
"@drawable/ic_launcher"
09
android:fadingEdge=
"vertical"
10
android:scrollbars=
"horizontal|vertical"
11
android:fastScrollEnabled=
"true"
12
android:scrollbarStyle=
"outsideInset"
13
/>
首先代码贴上 "1.0" encoding= "utf-8" ?> |
02 |
<ListView
xmlns:android= "http://schemas.android.com/apk/res/android" |
03 |
android:id= "@+id/listview" |
04 |
android:layout_width= "fill_parent" |
05 |
android:layout_height= "fill_parent" |
06 |
android:cacheColorHint= "#00000000" |
07 |
android:dividerHeight= "30px" |
08 |
android:divider= "@drawable/ic_launcher" |
09 |
android:fadingEdge= "vertical" |
10 |
android:scrollbars= "horizontal|vertical" |
11 |
android:fastScrollEnabled= "true" |
12 |
android:scrollbarStyle= "outsideInset" |
13 |
/> |