diff --git a/app/src/main/res/layout/fragment_shoutbox.xml b/app/src/main/res/layout/fragment_shoutbox.xml index 69a2649c..a3982068 100644 --- a/app/src/main/res/layout/fragment_shoutbox.xml +++ b/app/src/main/res/layout/fragment_shoutbox.xml @@ -21,6 +21,7 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" + android:paddingBottom="8dp" tools:listitem="@layout/fragment_shoutbox_shout_row" />