上接系出名门Android(8) - 控件(View)之TextSwitcher, Gallery, ImageSwitcher, Grid...
5、ListView 的 Demo main_list_adapter.xml <? xml version ="1.0" encoding ="utf-8" ?> <!-- 自定义列表适配器的 layout--> < LinearLayout xmlns:android ="http://schemas.android.com/apk/res/android" android:orientation ="horizontal" android:layout_width ="fill_parent" android:layout_height ="fill_parent" > < TextView android:id ="@+id/text" android:layout_width ="wrap_content" android:layout_height ="wrap_content" android:textSize ="16sp" > </ TextView > </ LinearLayout ...