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 水平滚动和垂直滚动的小例子所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)