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 e5be621 commit 4a27f36Copy full SHA for 4a27f36
app/src/main/res/layout/fragment_note_preview.xml
@@ -28,7 +28,8 @@
28
<LinearLayout
29
android:layout_width="match_parent"
30
android:layout_height="wrap_content"
31
- android:orientation="vertical">
+ android:orientation="vertical"
32
+ android:paddingBottom="72dp">
33
34
<it.niedermann.android.markdown.MarkdownViewerImpl
35
android:id="@+id/single_note_content"
@@ -42,10 +43,6 @@
42
43
android:textColor="@color/fg_default"
44
android:textIsSelectable="true"
45
tools:text="@tools:sample/lorem/random" />
-
46
- <View
47
- android:layout_width="match_parent"
48
- android:layout_height="72dp" />
49
</LinearLayout>
50
</ScrollView>
51
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
0 commit comments