blob: b43ab4a0730085f3104310269dcc6f1caa69d701 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.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=".CorrectnessActivity">
<android.widget.GridLayout
android:id="@+id/correctness_grid"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
android:layout_height="1200px"
android:layout_width="1000px"
android:columnCount="5"
android:rowCount="5"
tools:ignore="PxUsage">
</android.widget.GridLayout>
</androidx.constraintlayout.widget.ConstraintLayout>