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

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

Android垂直滾動(dòng)控件ScrollView使用方法詳解

2019-10-22 18:30:14
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

一、簡(jiǎn)介

Android,垂直滾動(dòng),ScrollView

二、方法

1)ScrollView垂直滾動(dòng)控件使用方法

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

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

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

三、代碼實(shí)例

1、效果圖

Android,垂直滾動(dòng),ScrollView

Android,垂直滾動(dòng),ScrollView

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>

四、注意點(diǎn)

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

2、ScrollView控件中控制進(jìn)度條的屬性android:scrollbars

android:scrollbars="none"

是將滾動(dòng)條設(shè)置為沒(méi)有

Android,垂直滾動(dòng),ScrollView

 以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持VEVB武林網(wǎng)。


注:相關(guān)教程知識(shí)閱讀請(qǐng)移步到Android開(kāi)發(fā)頻道。
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 南皮县| 永丰县| 尚志市| 延庆县| 漳平市| 抚宁县| 舟曲县| 张家川| 克拉玛依市| 酉阳| 安图县| 舞阳县| 谢通门县| 新源县| 扬中市| 万载县| 南岸区| 武安市| 鹤庆县| 明水县| 鹿泉市| 剑川县| 保亭| 滨海县| 蒙自县| 城固县| 南京市| 嘉定区| 资兴市| 万载县| 宝丰县| 博爱县| 丹东市| 辽阳市| 锦州市| 确山县| 西乡县| 玉树县| 南投县| 江口县| 荔波县|