首页 > 移动平台 > 详细

Android布局 屏幕滚动方法 ScrollView

时间:2016-05-03 20:34:20      阅读:280      评论:0      收藏:0      [点我收藏+]
ScrollView标签要放到最外层,事例:

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    tools:context="com.codingbigcat.unitcmtofeet.MainActivity">
<LinearLayout/>


Android布局 屏幕滚动方法 ScrollView

原文:http://codingbigcat.blog.51cto.com/9322839/1769801

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