IT寻宝
程序员的世界
posts - 0,  comments - 2,  trackbacks - 0
还没有实现么?Android1.5中新加了个widget,叫做HorizontalScrollView,可以实现水平滚动,ScrollView可以实现垂直滚动,两个widget嵌套使用就可以实现水平、垂直滚动了!
<HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    >
<ScrollView
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
>
CONTENT HERE!!
</LinearLayout>
</ScrollView>
</HorizontalScrollView>
posted on 2011-06-23 10:36 特务小强 阅读(768) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航:
 

<2025年9月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

留言簿

随笔分类

文章档案

搜索

  •  

最新评论