如何将我创建的布局设置为我扩展的Horizo​​ntalScrollView?

时间:2016-05-03 16:14:44

标签: android layout android-scrollview

我创建了一个视图布局,我想放在MyHorizo​​ntalScrollView对象中,我从Horizo​​ntalScrollView扩展。

有办法吗? 我应该用另一种方式吗?

如果问题不清楚,请写评论,谢谢。

我想放入ScrollView对象的布局:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent" android:layout_height="match_parent">

    <ImageView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/imageView"
        android:focusable="false"
        android:layout_alignParentTop="true" />

</RelativeLayout>

课程不是重要的,我还没有把任何特别的东西放在那里。我的问题是如何做到这一点。

0 个答案:

没有答案