如何使布局水平和垂直滚动?

我使用的是表格布局。我需要有这个布局的水平和垂直滚动。默认情况下,我可以在视图中获得垂直滚动,但水平滚动不起作用

我使用的是Android SDK 1.5 r3。我已经尝试过android:scrollbars=“horizontal”

我在一些论坛上读到,在纸杯蛋糕更新中,水平滚动是可能的

如何使布局在两个方向上滚动

我能够找到一种简单的方法来实现这两种滚动行为

以下是它的xml:

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="填写“家长”;android:layout_height="填写“家长”;
android:scrollbars="垂直的&燃气轮机;
<水平滚动视图
android:layout_width="320px“;android:layout_height="填写“家长”&燃气轮机;
<表格布局
android:id=&[email protected]+id/linlay“;android:layout_width="320px“;
android:layout_height="填写“家长”;android:stretchColumns="1“;
android:background=&quot#000000“/&燃气轮机;
&lt/水平滚动视图>
&lt/滚动视图>

发表评论