Android Studio彼此放置了两个图像

时间:2018-08-26 19:26:34

标签: android android-layout

我正在使用android studio和 我想使用此图片:enter image description here

作为背景。 而且我希望它的屏幕大于可左右滚动,上下滚动的屏幕。 另外,我想在平行线之间绘制图像黄色圆圈,当我单击它们时,它们将变为紫色。

正确的方法是什么?

我唯一要做的是:

<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>

有点奇怪,我对布局和圆圈感到困惑。

0 个答案:

没有答案