码迷,mamicode.com
首页 > 其他好文 > 详细

ScrollView嵌套LinearLayout布局不能撑满全屏的问题

时间:2017-05-23 17:22:52      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:scroll   fill   依赖   oid   port   view   near   wrap   viewport   

当ScrollView里的元素想填满ScrollView时,使用"fill_parent"或者"match_parent"是不管用的,必需为ScrollView设置:android:fillViewport="true"。  

 

   当ScrollView没有fillVeewport=“true”时, 里面的元素(比如LinearLayout)会按照wrap_content来计算(不论它是否设了"fill_parent"或者"match_parent"),而如果LinearLayout的元素设置了fill_parent,那么也是不管用的,因为LinearLayout依赖里面的元素,而里面的元素又依赖LinearLayout,这样自相矛盾.所以里面元素设置了fill_parent,也会当做wrap_content来计算.

ScrollView嵌套LinearLayout布局不能撑满全屏的问题

标签:scroll   fill   依赖   oid   port   view   near   wrap   viewport   

原文地址:http://www.cnblogs.com/Jackie-zhang/p/6894977.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!