亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

Android中HorizontalGridView如何使用

小樊
108
2024-08-17 02:48:37
欄目: 編程語言

HorizontalGridView是Android支持庫中的一個控件,用于顯示水平方向的網格布局。要使用HorizontalGridView,首先需要在build.gradle文件中添加依賴:

implementation 'com.android.support:leanback-v17:26.1.0'

然后在布局文件中添加HorizontalGridView:

<android.support.v17.leanback.widget.HorizontalGridView
    android:id="@+id/horizontalGridView"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"/>

接下來,在Activity或Fragment中獲取HorizontalGridView實例,并設置適配器:

HorizontalGridView horizontalGridView = findViewById(R.id.horizontalGridView);

ArrayAdapter<String> adapter = new ArrayAdapter<>(this, android.R.layout.simple_list_item_1, new String[]{"Item 1", "Item 2", "Item 3"});
horizontalGridView.setAdapter(adapter);

現在HorizontalGridView將顯示水平方向的網格布局,并顯示適配器中的數據項。可以根據需求自定義適配器和布局來實現不同的效果。

0
扶沟县| 柏乡县| 麻江县| 新建县| 延津县| 鸡东县| 临洮县| 宁波市| 泾阳县| 兴安县| 体育| 宣化县| 丰城市| 吴堡县| 古交市| 鲁山县| 千阳县| 白河县| 若羌县| 巴马| 壶关县| 黑龙江省| 邵阳市| 青田县| 定陶县| 勃利县| 乌兰察布市| 北川| 沂水县| 无锡市| 敦化市| 晋江市| 新疆| 临城县| 石屏县| 宜都市| 长治市| 古丈县| 新民市| 靖西县| 察哈|