码迷,mamicode.com
首页 > 移动开发 > 详细

[Android Pro] ScrollView使用fillViewport设置高度为MatchParent

时间:2016-11-09 22:34:08      阅读:269      评论:0      收藏:0      [点我收藏+]

标签:blank   图片   无法   get   文件   元素   tar   pre   roi   

reference to : http://blog.csdn.net/u012975705/article/details/49275001

之前遇到一问题,就是当使用ScrollView时,ScrollView控件里的布局无法充满整个手机屏幕,通过阅读源码发现,ScrollView中有个mFillViewport属性:

技术分享

When set to true, the scroll view measure its child to make it fill the currently visible area

大概意思就是当mFillViewport设置为true的时候,其子视图能够自动填充满当前可见的整个区域。即,在xml布局文件中为ScrollView控件添加

android:fillViewport="true"
能使ScrollView里的元素填满整个ScrollView。
 

[Android Pro] ScrollView使用fillViewport设置高度为MatchParent

标签:blank   图片   无法   get   文件   元素   tar   pre   roi   

原文地址:http://www.cnblogs.com/0616--ataozhijia/p/6048418.html

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