Android scrollview hiding top content in layout

前端 未结 5 705
花落未央
花落未央 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:48

    Your outer LinearLayout has its height set to match_parent. It should be wrap_content instead. The inner LinearLayout should also have height wrap_content.

提交回复
热议问题