Poprawa wyświetlania notatek pod toolbarem, usunięcie RelativeLayout

This commit is contained in:
Naiki00 2021-01-09 00:23:04 +01:00
parent 50e4682d31
commit 00652e4101

View File

@ -6,17 +6,6 @@
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"
@ -27,12 +16,25 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:popupTheme="@style/Theme.Notatkon.PopupOverlay" />
</com.google.android.material.appbar.AppBarLayout>
<!--
<include layout="@layout/content_main" />
-->
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/notes"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"