Skip to content

Commit 4a27f36

Browse files
style: replace extra view with paddingBottom on parent element
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent e5be621 commit 4a27f36

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

app/src/main/res/layout/fragment_note_preview.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
<LinearLayout
2929
android:layout_width="match_parent"
3030
android:layout_height="wrap_content"
31-
android:orientation="vertical">
31+
android:orientation="vertical"
32+
android:paddingBottom="72dp">
3233

3334
<it.niedermann.android.markdown.MarkdownViewerImpl
3435
android:id="@+id/single_note_content"
@@ -42,10 +43,6 @@
4243
android:textColor="@color/fg_default"
4344
android:textIsSelectable="true"
4445
tools:text="@tools:sample/lorem/random" />
45-
46-
<View
47-
android:layout_width="match_parent"
48-
android:layout_height="72dp" />
4946
</LinearLayout>
5047
</ScrollView>
5148
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

0 commit comments

Comments
 (0)