Commit: b3070fb
Parent: 7567369

Add padding to the notes list

Mårten Åsberg committed on 2026-08-01 at 22:36
src/Resources/layout/activity_note_list.xml +2 -0
diff --git a/src/Resources/layout/activity_note_list.xml b/src/Resources/layout/activity_note_list.xml
index a01e65b..f876195 100644
@@ -23,6 +23,8 @@
android:id="@+id/note_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingBottom="88dp"
/>
<com.google.android.material.floatingactionbutton.FloatingActionButton