标签: java android android-listview
我正在使用listitems的listview,我需要在每个listitem附近添加按钮。我怎样才能做到这一点。
答案 0 :(得分:0)
您需要拥有自己的custom adapter,并且必须在getView()方法中设置布局。现在在作为xml文件的布局文件中保留按钮。
custom adapter
getView()