WEB开发网
开发学院手机开发Android 开发 向Android listview中添加button 阅读

向Android listview中添加button

 2010-06-04 14:15:00 来源:WEB开发网   
核心提示:adapter.items.add(new ImageItem("你好","开始"));adapter.items.add(new ImageItem("你好","开始"));adapter.items.add(new ImageItem(

adapter.items.add(new ImageItem("你好","开始"));

adapter.items.add(new ImageItem("你好","开始"));

adapter.items.add(new ImageItem("你好","开始"));

setListAdapter(adapter);

}

}

5.关于res/layout/main.xml定义你所用到的控件view.

< ?xml version="1.0" encoding="utf-8"? >

< LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:orientation="horizontal"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

>

< Button android:id="@+id/icon"

android:layout_width="48dip"

android:layout_height="48dip" / >

< TextView android:id="@+id/text"

android:layout_gravity="center_vertical"

android:layout_width="0dip"

android:layout_weight="1.0"

android:layout_height="wrap_content" / >

< /LinearLayout >

总结,你可以通过布局来实现listview中加入任何控件,只要你喜欢

上一页  1 2 3 

Tags:Android listview 添加

编辑录入:coldstar [复制链接] [打 印]
赞助商链接