Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout 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"
- tools:context=".Collection">
- <androidx.recyclerview.widget.RecyclerView
- android:id="@+id/recycler_view"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:ignore="MissingConstraints">
- </androidx.recyclerview.widget.RecyclerView>
- <com.google.android.material.floatingactionbutton.FloatingActionButton
- android:id="@+id/addBtn"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_margin="5dp"
- android:layout_alignParentTop="true"
- android:layout_alignParentEnd="true">
- </com.google.android.material.floatingactionbutton.FloatingActionButton>
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment