垂直和水平Scrollview

时间:2015-05-22 15:51:17

标签: android scrollview horizontal-scrolling vertical-scrolling

我正在尝试构建水平和垂直滚动的Scrollview 我尝试了以下代码,但它无法正常工作

   <?xml version="1.0" encoding="utf-8"?>
    <ScrollView android:id="@+id/ScrollView02" 
                android:layout_width="wrap_content" 
                android:layout_height="wrap_content"
                xmlns:android="http://schemas.android.com/apk/res/android">
    <HorizontalScrollView android:id="@+id/HorizontalScrollView01" 
                          android:layout_width="wrap_content" 
                          android:layout_height="wrap_content">
   /// whatever goes here
    </HorizontalScrollView>
    </ScrollView>

来自此post并尝试了此post,这种视图是否有开源?任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

试试这段代码。

errorbar