Shiyan12

activity_memoria.xml

Aug 26th, 2021
1,119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.55 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. </androidx.constraintlayout.widget.ConstraintLayout>
Advertisement
Add Comment
Please, Sign In to add comment