Dodanie widoku RecyclerView w głównej aktywności

This commit is contained in:
Naiki00 2021-01-08 15:36:47 +01:00
parent 6884b7534e
commit 1b159ee879

View File

@ -6,6 +6,16 @@
android:layout_height="match_parent"
tools:context=".MainActivity">
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/notes"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>
<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"