My listview doesn't show last item

后端 未结 9 1015
一个人的身影
一个人的身影 2021-01-01 03:30


        
9条回答
  •  不思量自难忘°
    2021-01-01 04:18

    Adding android:layout_height="0dp" to my ListView and android:layout_height="wrap_content" to the parent ViewGroup of my ListView solved the problem

提交回复
热议问题