国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > Android > 正文

Android垂直滾動控件ScrollView使用方法詳解

2019-12-12 02:16:38
字體:
供稿:網(wǎng)友

一、簡介

二、方法

1)ScrollView垂直滾動控件使用方法

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

2、在ScrollView控件中加入一個LinearLayout控件,并且把它的orientation設置為vertical

3、在LinearLayout控件中放入多個裝有圖片的ImageView控件

三、代碼實例

1、效果圖

2、代碼

/Ex27ScrollView/src/fry/Activity01.java

<?xml version="1.0" encoding="utf-8"?><ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:scrollbars="none" > <LinearLayout   android:layout_width="match_parent"  android:layout_height="match_parent"  android:orientation="vertical"  >  <ImageView    android:layout_width="wrap_content"   android:layout_height="wrap_content"   android:src="@drawable/item1"   />  <ImageView    android:layout_width="wrap_content"   android:layout_height="wrap_content"   android:src="@drawable/item2"   />  <ImageView    android:layout_width="wrap_content"   android:layout_height="wrap_content"   android:src="@drawable/item3"   />  <ImageView    android:layout_width="wrap_content"   android:layout_height="wrap_content"   android:src="@drawable/item4"   />  <ImageView    android:layout_width="wrap_content"   android:layout_height="wrap_content"   android:src="@drawable/item5"   /> </LinearLayout> </ScrollView>

四、注意點

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

2、ScrollView控件中控制進度條的屬性android:scrollbars

android:scrollbars="none"

是將滾動條設置為沒有

 以上就是本文的全部內(nèi)容,希望對大家的學習有所幫助,也希望大家多多支持武林網(wǎng)。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 大同县| 本溪| 和平区| 克山县| 稻城县| 龙游县| 双江| 龙游县| 嘉祥县| 昂仁县| 濮阳县| 遂昌县| 南丰县| 鄂托克前旗| 肥乡县| 封丘县| 福鼎市| 高尔夫| 广西| 达日县| 漯河市| 乐至县| 漳浦县| 罗山县| 赤城县| 嵊州市| 安西县| 大同市| 阜新市| 平昌县| 开远市| 庆城县| 禄丰县| 六盘水市| 平遥县| 长子县| 五华县| 光泽县| 德阳市| 龙井市| 瑞丽市|