开发者

Android: How to add a submit button at the bottom of the list view

开发者 https://www.devze.com 2023-02-15 02:25 出处:网络
My list view contains a chec开发者_开发百科kbox for each row, I need to submit the selected items to another activity. I tried to add a <Button> after <ListView> but it is not appearing at

My list view contains a chec开发者_开发百科kbox for each row, I need to submit the selected items to another activity. I tried to add a <Button> after <ListView> but it is not appearing at all. How to add a submit button at the bottom of the list view, that should appear even if we scroll the list?


One way is Adding a footer view to your Listview and have a button in the footer.

0

精彩评论

暂无评论...
验证码 换一张
取 消