Android scrollview hiding top content in layout

前端 未结 5 706
花落未央
花落未央 2020-12-05 17:34

Im having a problem where the android scrollview starts hiding a pair of textviews I have at the top of my layout, I have found another person on this very site who had that

5条回答
  •  春和景丽
    2020-12-05 17:37

    Found it ! It's the android:layout_gravity="center" in the LinearLayout that is the culprit. Just delete this and everything should be fine.

提交回复
热议问题