show scrollbars

This commit is contained in:
Alexey Kuznetsov 2022-03-11 16:54:28 +03:00
commit 1cb581a257

View file

@ -63,5 +63,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingBottom="61dp" />
android:paddingBottom="61dp"
android:scrollbars="vertical" />
</LinearLayout>