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

Android ScrollView遇到的问题

时间:2015-07-03 13:43:40      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:

使用scrollview后,alignParentBottom不起效,布局不能完全拉伸,match_parent无效

设置scrollView的fillViewPort属性为true

Romain Guy write a little info about a ScrollView attribute that is missing  from documentation :android:fillViewport=”true” .

It must be set to ScrollView and has the following efect : when set to true, this attribute causes the scroll view’s child to expand to the height of the ScrollView if needed. When the child is taller than the ScrollView, the attribute has no effect.

Android ScrollView遇到的问题

标签:

原文地址:http://www.cnblogs.com/gyzboy/p/4618233.html

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