Fix last item visibility

This commit is contained in:
J-Jamet
2020-08-23 12:26:10 +02:00
parent e813974e29
commit 30bf039473

View File

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