我创建了一个视图布局,我想放在MyHorizontalScrollView对象中,我从HorizontalScrollView扩展。
有办法吗? 我应该用另一种方式吗?
如果问题不清楚,请写评论,谢谢。
我想放入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>
课程不是重要的,我还没有把任何特别的东西放在那里。我的问题是如何做到这一点。