android scrollview里面包含一个linearlayout,这个linearlayout下是多个relativelayout

我想实现滚动整个linearlayout,求助高手。。。下面是我的xml:<?xmlversion="1.0"encoding="utf-8"?><ScrollViewx... 我想实现滚动整个linearlayout,求助高手。。。
下面是我的xml:
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/ScrollView"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbars="vertical">

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="32dip"
android:id="@+id/linearlayout"
android:orientation="horizontal"
android:paddingLeft="2dip"
android:paddingRight="2dip" >
<RelativeLayout
android:layout_width="1dip"
android:layout_height="fill_parent"
android:layout_weight="3" >
n个relativelayout。。。
</RelativeLayout>
</LinearLayout>
</ScrollView>
展开
 我来答
JackL_悻烨
2013-05-17
知道答主
回答量:18
采纳率:0%
帮助的人:22.3万
展开全部
你的xml文档里面的scrollview外面放个linearlayout整个包裹起来
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式