Reduce the padding size

This commit is contained in:
M M Arif
2022-03-28 19:48:01 +05:00
parent 1a19be67fe
commit f2b908b298

View File

@@ -255,7 +255,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/primaryBackgroundColor"
android:paddingBottom="72dp"
android:paddingBottom="64dp"
android:clipToPadding="false"
android:scrollbars="vertical" />