首页 > 移动平台 > 详细

Android Scrollview 内部组件android:layout_height="fill_parent"无效的解决办法

时间:2014-05-08 13:41:16      阅读:537      评论:0      收藏:0      [点我收藏+]

Found the solution myself in the end. The problem was not with the LinearLayout,  but with the ScrollView (seems weird, considering the fact that the ScrollView was expanding, while the LinearLayout wasn‘t).

The solution was to use android:fillViewport="true" on the ScrollView.

Android Scrollview 内部组件android:layout_height="fill_parent"无效的解决办法,布布扣,bubuko.com

Android Scrollview 内部组件android:layout_height="fill_parent"无效的解决办法

原文:http://www.cnblogs.com/zgz345/p/3714003.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!