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

前端技术 2023/09/04 Android
网上有很多解决 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>

本文地址:https://www.stayed.cn/item/9941

转载请注明出处。

本站部分内容来源于网络,如侵犯到您的权益,请 联系我

我的博客

人生若只如初见,何事秋风悲画扇。