Android ScrollView and buttons at bottom of the screen

前端 未结 5 1126
广开言路
广开言路 2020-12-04 15:51

I want to implement this: A ScrollView that contains many elements (ImageViews, TextViews, EditTexts etc) and then after the ScrollView some buttons (which are custom ImageV

5条回答
  •  爱一瞬间的悲伤
    2020-12-04 16:01

    If you do not want to use RelativeLayout, it is better to use LinearLayout. This method is better in my opinion.

    Just set the layout_weight to one

提交回复
热议问题