ListView in ScrollView - small bug

前端 未结 2 1162
广开言路
广开言路 2021-01-26 06:27

I\'d like to have a listview in scrollview. This method is doing it almost perfect: https://stackoverflow.com/a/3495908/2811653

There is a bug when I enter more text in

2条回答
  •  鱼传尺愫
    2021-01-26 07:14

    Put your listview in a relative layout and your button in another layout. listview is itself scrollable so you don't need to put your listview in a scrollview. It is useless.

    by putting the button in another layout, you will be able to scroll listview easily, and your button will be visible below the layout

提交回复
热议问题