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

Android

时间:2015-11-17 21:59:54      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:

    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1"
        android:fillViewport="true" >

        <com.xxxx.GameView
            android:layout_width="match_parent"
            android:layout_height="match_parent" >
        </com.xxxx.GameView>
    </ScrollView>

 

滚动条里面的视图撑满整个控件

Android

标签:

原文地址:http://www.cnblogs.com/ErrStr/p/4972956.html

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