无法在Android studio 2.3.2的网格布局中拖放ImageView

时间:2017-06-18 12:30:50

标签: android android-layout android-studio grid-layout android-studio-2.3

是形式android studio 2.3+ google已经改变了如何使用网格布局。我试图制作一个tic tac toe游戏,我制作了一个3X3网格布局,但我无法将ImageView放入其中.. !!

这是XML文件

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout 
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.neerajm.tictacbasic.MainActivity">

<GridLayout
    android:layout_width="match_parent"
    android:layout_height="360dp"
    android:layout_marginBottom="8dp"
    android:background="@drawable/board"
    android:columnCount="3"
    android:rowCount="3"
    app:layout_constraintBottom_toBottomOf="parent"
    app:layout_constraintHorizontal_bias="0.0"
    app:layout_constraintLeft_toLeftOf="parent"
    app:layout_constraintRight_toRightOf="parent"
    app:layout_constraintTop_toTopOf="parent"
    app:layout_constraintVertical_bias="0.797"
    android:layout_marginTop="8dp">

</GridLayout>

</android.support.constraint.ConstraintLayout>

1 个答案:

答案 0 :(得分:0)

我认为首先你要创建类,然后在main活动中创建一个类,并将其放入网格布局中

类Bdfd扩展了ImageView

MainActivity gridlayout gl Bdfd object = new Bdfd; gl.AddView(bdfd);

如果我理解你的问题。它必须是那样的......