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

android listview 水平滚动和垂直滚动的小例子,第1张

概述网上有很多解决androidlistview水平和垂直滚动的代码,我没有按照他们说的做(以前没搜到O(∩_∩)O~)我采用的是添加HorizontalScrollViewJava代码复制代码代码如下: <ScrollViewandroid:id=\"@+id/ScrollView 网上有很多解决 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>
总结

以上是内存溢出为你收集整理的android listview 水平滚动和垂直滚动的小例子全部内容,希望文章能够帮你解决android listview 水平滚动和垂直滚动的小例子所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1141392.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-31
下一篇 2022-05-31

发表评论

登录后才能评论

评论列表(0条)

保存