boorujelly/app/src/main/res/layout/fragment_image_grid.xml

15 lines
542 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".ImageGridFragment">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/imageGridRecV"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</FrameLayout>