android 控件滚动,Android垂直滚动控件ScrollView使用方法详解

编程入门 行业动态 更新时间:2024-10-07 04:27:47

android <a href=https://www.elefans.com/category/jswz/34/1769529.html style=控件滚动,Android垂直滚动控件ScrollView使用方法详解"/>

android 控件滚动,Android垂直滚动控件ScrollView使用方法详解

一、简介

二、方法

1)ScrollView垂直滚动控件使用方法

1、在layout布局文件的最外层建立一个ScrollView控件

2、在ScrollView控件中加入一个LinearLayout控件,并且把它的orientation设置为vertical

3、在LinearLayout控件中放入多个装有图片的ImageView控件

三、代码实例

1、效果图

2、代码

/Ex27ScrollView/src/fry/Activity01.java

android:layout_width="match_parent"

android:layout_height="match_parent"

android:scrollbars="none"

>

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="vertical"

>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:src="@drawable/item1"

/>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:src="@drawable/item2"

/>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:src="@drawable/item3"

/>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:src="@drawable/item4"

/>

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:src="@drawable/item5"

/>

四、注意点

1、ScrollView控件是放在layout的最外层

2、ScrollView控件中控制进度条的属性android:scrollbars

android:scrollbars="none"

是将滚动条设置为没有

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持我们。

时间: 2017-08-07

更多推荐

android 控件滚动,Android垂直滚动控件ScrollView使用方法详解

本文发布于:2024-02-13 13:28:19,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1758782.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:控件   使用方法   详解   android   ScrollView

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!