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> 展开
下面是我的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> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询