Android listview not scrolling

前端 未结 7 1391
离开以前
离开以前 2020-12-21 15:21

i have a layout whose starting tag(parent tag is ) is



        
7条回答
  •  执笔经年
    2020-12-21 16:21

    I found one more solution to get rid of this scrolling problem. Actually using listview in scrollview sometimes might create problems.

    We could remove this scrollview and just take one listview. Now create three layout first main layout with listview (which we want to show above list), second for header and third for footer (which we are to show below list) and finally add header and footer in list. This will add header and footer as a list item.

    Note: This solution is for small list like 2 or 3 items in list.

提交回复
热议问题