We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835168e commit 1a8871bCopy full SHA for 1a8871b
app/src/main/res/layout/dialog_open_note.xml
@@ -20,6 +20,7 @@
20
android:layout_width="match_parent"
21
android:layout_height="match_parent"
22
tools:itemCount="10"
23
+ android:paddingBottom="@dimen/open_note_popup_bottom_extra_padding"
24
tools:listitem="@layout/open_note_item" />
25
26
</androidx.core.widget.NestedScrollView>
app/src/main/res/values/dimens.xml
@@ -4,4 +4,5 @@
4
<dimen name="grid_note_item_max_height">300dp</dimen>
5
<dimen name="max_open_note_popup_height">500dp</dimen>
6
<dimen name="min_open_note_popup_height">200dp</dimen>
7
+ <dimen name="open_note_popup_bottom_extra_padding">76dp</dimen>
8
</resources>
0 commit comments