开发学院手机开发Android 开发 android listview 水平滚动和垂直滚动 阅读

android listview 水平滚动和垂直滚动

 2010-11-05 00:54:44 来源:WEB开发网   
核心提示:网上有很多解决 android listview 水平和垂直滚动的代码,我没有按照他们说的做(以前没搜到 O(∩_∩)O~) 我采用的是添加HorizontalScrollViewJava代码1. < ScrollView android:id="@+id/ScrollView01"2. an

网上有很多解决 android listview 水平和垂直滚动的代码,我没有按照他们说的做(以前没搜到 O(∩_∩)O~) 我采用的是添加HorizontalScrollView

Java代码

1. < ScrollView android:id="@+id/ScrollView01"

2. android:layout_height="300px"

3. android:layout_x="16px"

4. android:layout_y="84px"

5. android:layout_width="290px"

6. android:scrollbars="horizontal|vertical">

7. < HorizontalScrollView android:id="@+id/HorizontalScrollView01"

8. android:layout_height="fill_parent"

9. android:layout_width="wrap_content">

10. < LinearLayout android:id="@+id/LinearLayout02"

11. android:layout_width="wrap_content"

12. android:orientation="vertical"

13. android:layout_height="fill_parent">

14. < ListView android:id="@+id/listview"

15. android:layout_height="300px"

16. android:layout_width="fill_parent">

17. < /ListView>

18. < /LinearLayout>

19. < /HorizontalScrollView>

20. < /ScrollView>

Tags:android listview 水平

编辑录入:coldstar [复制链接] [打 印]
[]
  • 好
  • 好的评价 如果觉得好,就请您
      0%(0)
  • 差
  • 差的评价 如果觉得差,就请您
      0%(0)
更多精彩
    赞助商链接

    热点阅读
      焦点图片
        最新推荐
          精彩阅读