Android Delete from listview

前端 未结 3 1499
不知归路
不知归路 2021-01-28 19:11

I have listview that contain checkbox and an image when the checkbox is clikced I show a button at bottom of the screen that perform deletion, but when listview height more ,the

3条回答
  •  旧巷少年郎
    2021-01-28 19:35

    Do you mean you wish for the delete button to be always visible even when the list contents are larger than the list control?

    If that's the case try setting the layout_weight of your ListView to 1 and see if that solves your problem.

提交回复
热议问题