Fixed Button below a scrollable ListView

后端 未结 3 1118
面向向阳花
面向向阳花 2021-01-31 09:12

I have a scrollable ListView with items (like in http://developer.android.com/resources/tutorials/views/hello-listview.html). I am using an ArrayAdapter for the ite

3条回答
  •  Happy的楠姐
    2021-01-31 09:34

    If your activity extends ListActivity then you need something like this:

    
    
        
    
        

    Notice that the listview has a layout_weight set to 1. That will keep the button fixed in its place at the bottom. Hope that helps. Good luck!

提交回复
热议问题