From 30bf039473cf23c47c01bce1c13860d5671bed23 Mon Sep 17 00:00:00 2001 From: J-Jamet Date: Sun, 23 Aug 2020 12:26:10 +0200 Subject: [PATCH] Fix last item visibility --- app/src/main/res/layout/fragment_list_nodes.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_list_nodes.xml b/app/src/main/res/layout/fragment_list_nodes.xml index 3eef702c8..938291e86 100644 --- a/app/src/main/res/layout/fragment_list_nodes.xml +++ b/app/src/main/res/layout/fragment_list_nodes.xml @@ -47,5 +47,7 @@ android:scrollbars="vertical" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?android:attr/windowBackground" /> + android:background="?android:attr/windowBackground" + android:paddingBottom="?attr/actionBarSize" + android:clipToPadding="false" />