标签: android scrollview android-linearlayout
现在我的应用布局看起来像this。
我希望它看起来像this。
我怎样才能做到这一点?我使用LinearLayout作为ScrollView的子项。
答案 0 :(得分:0)
在LinearLayout标签内添加属性, layout_width:“match_parent”,像这样,
<LinearLayout> layout_width: "match_parent" </LinearLayout>
答案 1 :(得分:0)
很简单。
将白框的layout_width属性设置为match_parent。
layout_width
match_parent