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" />