作为背景。 而且我希望它的屏幕大于可左右滚动,上下滚动的屏幕。 另外,我想在平行线之间绘制图像黄色圆圈,当我单击它们时,它们将变为紫色。
正确的方法是什么?
我唯一要做的是:
<HorizontalScrollView
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ScrollView
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<image>
</ScrollView>
</HorizontalScrollView>
有点奇怪,我对布局和圆圈感到困惑。