如何设置ScrollView的滚动范围
展开全部
如果只是横向滚动的话可以用HorizontalScrollView或者定义android:scrollbarAlwaysDrawVerticalTrack为false
<ScrollView
android:id="@+id/appinfo_detail_layout"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:orientation="vertical" android:background="@drawable/news_detail_bg"
android:fadingEdge="none">
<include
android:layout_width="fill_parent" android:layout_height="fill_parent"
layout="@layout/news_detail_content"
android:layout_marginTop="5dip"
android:layout_marginBottom="10dip"/>
</ScrollView>
<ScrollView
android:id="@+id/appinfo_detail_layout"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:orientation="vertical" android:background="@drawable/news_detail_bg"
android:fadingEdge="none">
<include
android:layout_width="fill_parent" android:layout_height="fill_parent"
layout="@layout/news_detail_content"
android:layout_marginTop="5dip"
android:layout_marginBottom="10dip"/>
</ScrollView>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询