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 特务小强 阅读(767) 评论(0)  编辑  收藏

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


网站导航:
 

<2025年7月>
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

留言簿

随笔分类

文章档案

搜索

  •  

最新评论