在拼图下面放原图

来源:3-1 问题整理

方天画戟

2017-06-11 22:36

我想知道怎么把原图放在拼图的下面

写回答 关注

1回答

  • 慕标600203
    2017-09-06 16:19:17
    <?xml version="1.0" encoding="utf-8"?>
    <RelativeLayout
        xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:tools="http://schemas.android.com/tools"
        android:id="@+id/activity_main"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        tools:context="com.baiyun.pitu.MainActivity"
        android:background="#f79b11">
        <GridLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:id="@+id/gl_main_game"
            android:columnCount="5"
            android:rowCount="3"></GridLayout>
        <ImageView
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:src="@drawable/ic_game_tu"
            android:layout_marginRight="10dp"
            android:layout_marginLeft="10dp"
            android:layout_marginTop="200dp"/>
    </RelativeLayout>


快速实现不一样的移动拼图

实现一个支持手势的移动拼图小游戏,手把手带你开发小游戏

15576 学习 · 67 问题

查看课程

相似问题