- <?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">
- <ImageButton
- android:id="@+id/imageButton12"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginStart="5dp"
- android:layout_marginTop="5dp"
- app:layout_constraintStart_toEndOf="@+id/imageButton11"
- app:layout_constraintTop_toBottomOf="@+id/imageButton02"
- tools:ignore="SpeakableTextPresentCheck"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton32"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginStart="5dp"
- android:layout_marginTop="5dp"
- app:layout_constraintStart_toEndOf="@+id/imageButton31"
- app:layout_constraintTop_toBottomOf="@+id/imageButton22"
- android:background="@drawable/test01"
- />
- <ImageButton
- android:id="@+id/imageButton00"
- android:layout_width="116dp"
- android:layout_height="65dp"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton30"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginTop="5dp"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/imageButton20"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton22"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginStart="5dp"
- android:layout_marginTop="5dp"
- app:layout_constraintStart_toEndOf="@+id/imageButton21"
- app:layout_constraintTop_toBottomOf="@+id/imageButton12"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton03"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginStart="5dp"
- app:layout_constraintStart_toEndOf="@+id/imageButton02"
- app:layout_constraintTop_toTopOf="parent"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton13"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginStart="5dp"
- android:layout_marginTop="5dp"
- app:layout_constraintStart_toEndOf="@+id/imageButton12"
- app:layout_constraintTop_toBottomOf="@+id/imageButton03"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton21"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginStart="5dp"
- android:layout_marginTop="5dp"
- app:layout_constraintStart_toEndOf="@+id/imageButton20"
- app:layout_constraintTop_toBottomOf="@+id/imageButton11"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton33"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginStart="5dp"
- android:layout_marginTop="5dp"
- app:layout_constraintStart_toEndOf="@+id/imageButton32"
- app:layout_constraintTop_toBottomOf="@+id/imageButton23"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton20"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginTop="5dp"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/imageButton10"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton31"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginStart="5dp"
- android:layout_marginTop="5dp"
- app:layout_constraintStart_toEndOf="@+id/imageButton30"
- app:layout_constraintTop_toBottomOf="@+id/imageButton21"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton11"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginStart="5dp"
- android:layout_marginTop="5dp"
- app:layout_constraintStart_toEndOf="@+id/imageButton10"
- app:layout_constraintTop_toBottomOf="@+id/imageButton01"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton23"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginStart="5dp"
- android:layout_marginTop="5dp"
- app:layout_constraintStart_toEndOf="@+id/imageButton22"
- app:layout_constraintTop_toBottomOf="@+id/imageButton13"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton10"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginTop="5dp"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/imageButton00"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton02"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginStart="5dp"
- app:layout_constraintStart_toEndOf="@+id/imageButton01"
- app:layout_constraintTop_toTopOf="parent"
- android:background="@drawable/test01" />
- <ImageButton
- android:id="@+id/imageButton01"
- android:layout_width="116dp"
- android:layout_height="65dp"
- android:layout_marginStart="5dp"
- app:layout_constraintStart_toEndOf="@+id/imageButton00"
- app:layout_constraintTop_toTopOf="parent"
- android:background="@drawable/test01" />
- </androidx.constraintlayout.widget.ConstraintLayout>