Add extra bottom padding in open note dialog to prevent overlap with fab

This commit is contained in:
Ensar Sarajčić 2023-08-02 13:12:13 +02:00
parent 835168ef0a
commit 1a8871b81a
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:itemCount="10"
android:paddingBottom="@dimen/open_note_popup_bottom_extra_padding"
tools:listitem="@layout/open_note_item" />
</androidx.core.widget.NestedScrollView>

View File

@ -4,4 +4,5 @@
<dimen name="grid_note_item_max_height">300dp</dimen>
<dimen name="max_open_note_popup_height">500dp</dimen>
<dimen name="min_open_note_popup_height">200dp</dimen>
<dimen name="open_note_popup_bottom_extra_padding">76dp</dimen>
</resources>