是否可以使用ScrollView和Horizo​​ntalScrollView实现对角线滚动?

时间:2017-02-06 13:51:13

标签: android android-layout scrollview horizontalscrollview custom-scrolling

我有一个包含ScrollView和Horizo​​ntalScrollView的布局文件。并且能够在水平方向或垂直方向上滚动。是否可以对角滚动?

<ScrollView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content">

        <HorizontalScrollView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content">


           <Customview..../>

</HorizontalScrollView>
    </ScrollView>

0 个答案:

没有答案