91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

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

發布時間:2020-09-27 05:56:02 來源:腳本之家 閱讀:206 作者:飯飯_fan 欄目:移動開發

一、簡介

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

二、方法

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

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

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

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

三、代碼實例

1、效果圖

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

Android垂直滾動控件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>

四、注意點

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

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

android:scrollbars="none"

是將滾動條設置為沒有

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

 以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

新龙县| 大英县| 关岭| 江孜县| 鹤峰县| 巢湖市| 益阳市| 阿克苏市| 剑川县| 小金县| 红原县| 韩城市| 积石山| 沙河市| 沽源县| 全州县| 故城县| 周至县| 锦州市| 大渡口区| 保亭| 乌兰浩特市| 高青县| 湘阴县| 德格县| 基隆市| 太原市| 油尖旺区| 哈巴河县| 本溪| 沧源| 互助| 繁峙县| 房产| 罗平县| 武山县| 若羌县| 西宁市| 扶绥县| 阜平县| 曲水县|