Fixed Button below a scrollable ListView

后端 未结 3 1069
面向向阳花
面向向阳花 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条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-31 09:39

    you can use a RelativeLayout to fix the button at the bottom of your layout , and add your listView above it like this :

    
    
          

提交回复
热议问题