Shiyan12

activity_memoria.xml

Sep 2nd, 2021
1,388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.07 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <androidx.constraintlayout.widget.ConstraintLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    xmlns:tools="http://schemas.android.com/tools"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="match_parent">
  7.  
  8.     <GridView
  9.        android:id="@+id/field"
  10.        android:layout_width="fill_parent"
  11.        android:layout_height="wrap_content"
  12.        android:gravity="center"
  13.        tools:ignore="MissingConstraints" />
  14.  
  15.     <TextView
  16.        android:id="@+id/guessedview"
  17.        android:layout_width="wrap_content"
  18.        android:layout_height="wrap_content"
  19.        android:text=""
  20.        tools:layout_editor_absoluteX="142dp"
  21.        tools:layout_editor_absoluteY="337dp"
  22.        tools:ignore="MissingConstraints" />
  23.  
  24.     <Chronometer
  25.        android:id="@+id/timerview"
  26.        android:layout_width="wrap_content"
  27.        android:layout_height="wrap_content"
  28.        tools:ignore="MissingConstraints">
  29.        
  30.     </Chronometer>
  31. </androidx.constraintlayout.widget.ConstraintLayout>
Advertisement
Add Comment
Please, Sign In to add comment