Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit b05fe34

Browse files
committed
Add padding to bottom of RecyclerView; fixes #171
1 parent 3ffe36e commit b05fe34

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
android:layout_height="fill_parent"
1010
android:background="@color/listBackground"
1111
android:fadeScrollbars="false"
12-
android:scrollbars="vertical" />
12+
android:scrollbars="vertical"
13+
android:paddingBottom="120dp"
14+
android:clipToPadding="false"
15+
/>
1316

1417
<TextView
1518
android:id="@+id/emptyList"

0 commit comments

Comments
 (0)