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

溫馨提示×

溫馨提示×

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

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

Android學習——HorizontalScollview水平滾動控件

發布時間:2020-04-18 17:31:27 來源:網絡 閱讀:2693 作者:uncom2005 欄目:移動開發

HorizatalScollView控件只是支持水平滾動,而且它只能包含一個控件,通常是在<HorizatalScollView>標簽中定義一個<LinearLayout>

標簽并且在<LinearLayout>標簽中android:orientation屬性值設置為horization.然后在<LinearLayout>標簽中放置多個控件,如果<LinearLayout>標簽中的控件所占的總寬度超出屏幕的寬度,就會出現滾動效果。

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="horizontal"
   >

    <HorizontalScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/horizontalScrollView"
        android:fadingEdge="horizontal"
        android:layout_gravity="center_horizontal" >
        <LinearLayout
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:orientation="horizontal"
            >
            <ImageView
                android:layout_width="100dp"
                android:layout_height="100dp"
                android:src="@drawable/userhead"
                />
            <ImageView
                android:layout_width="100dp"
                android:layout_height="100dp"
                android:src="@drawable/userhead"
                />
            <ImageView
                android:layout_width="100dp"
                android:layout_height="100dp"
                android:src="@drawable/userhead"
                />
            <ImageView
                android:layout_width="100dp"
                android:layout_height="100dp"
                android:src="@drawable/userhead"
                />
            </LinearLayout>

        </HorizontalScrollView>
</LinearLayout>

效果圖如下,左右即可滑動圖片

Android學習——HorizontalScollview水平滾動控件

向AI問一下細節

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

AI

承德县| 黄浦区| 陆河县| 顺平县| 潜山县| 石城县| 云浮市| 进贤县| 印江| 霍州市| 梁河县| 定边县| 彭州市| 江口县| 柘城县| 拉孜县| 休宁县| 潼南县| 北川| 瑞金市| 保靖县| 平定县| 辽源市| 徐闻县| 筠连县| 兰州市| 新密市| 玉山县| 武城县| 沈丘县| 黄山市| 肥西县| 河北省| 卓尼县| 甘谷县| 双柏县| 册亨县| 云霄县| 同江市| 贵南县| 景德镇市|