mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-20 02:20:06 +01:00
Add extra bottom padding in open note dialog to prevent overlap with fab
This commit is contained in:
parent
835168ef0a
commit
1a8871b81a
@ -20,6 +20,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
tools:itemCount="10"
|
tools:itemCount="10"
|
||||||
|
android:paddingBottom="@dimen/open_note_popup_bottom_extra_padding"
|
||||||
tools:listitem="@layout/open_note_item" />
|
tools:listitem="@layout/open_note_item" />
|
||||||
|
|
||||||
</androidx.core.widget.NestedScrollView>
|
</androidx.core.widget.NestedScrollView>
|
||||||
|
@ -4,4 +4,5 @@
|
|||||||
<dimen name="grid_note_item_max_height">300dp</dimen>
|
<dimen name="grid_note_item_max_height">300dp</dimen>
|
||||||
<dimen name="max_open_note_popup_height">500dp</dimen>
|
<dimen name="max_open_note_popup_height">500dp</dimen>
|
||||||
<dimen name="min_open_note_popup_height">200dp</dimen>
|
<dimen name="min_open_note_popup_height">200dp</dimen>
|
||||||
|
<dimen name="open_note_popup_bottom_extra_padding">76dp</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user