栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 移动开发 > Android

android listview 水平滚动和垂直滚动的小例子

Android 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

android listview 水平滚动和垂直滚动的小例子

网上有很多解决 android listview 水平和垂直滚动的代码,我没有按照他们说的做(以前没搜到 O(∩_∩)O~) 我采用的是添加HorizontalScrollView
Java代码
复制代码 代码如下:
 < ScrollView android:id="@+id/ScrollView01"
 android:layout_height="300px"
 android:layout_x="16px"
 android:layout_y="84px"
 android:layout_width="290px"
 android:scrollbars="horizontal|vertical">
 < HorizontalScrollView android:id="@+id/HorizontalScrollView01"
 android:layout_height="fill_parent"
 android:layout_width="wrap_content">
 < LinearLayout android:id="@+id/LinearLayout02"
 android:layout_width="wrap_content"
 android:orientation="vertical"
 android:layout_height="fill_parent">
 < ListView android:id="@+id/listview"
 android:layout_height="300px"
 android:layout_width="fill_parent">
 < /ListView>
 < /LinearLayout>
 < /HorizontalScrollView>
 < /ScrollView>
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/165234.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号