Zmiana wyglądu ikony, poprawa wyświetlania notatek pod toolbarem

This commit is contained in:
Naiki00 2021-01-11 21:34:54 +01:00
parent dd57066c7a
commit 382ffd6c60

View File

@ -24,18 +24,15 @@
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"
app:backgroundTint="?attr/colorPrimary"