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

Android布局 屏幕滚动方法 ScrollView

时间:2016-05-03 20:35:05      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:android 滚动条 scrollview

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

标签:android 滚动条 scrollview

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

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