Always show scrollbar on create payment screen if there is scrollable content.

This commit is contained in:
Alex Hart 2021-04-08 11:39:31 -03:00
parent af060f52e1
commit bfc84d50dd

View file

@ -16,6 +16,7 @@
<ScrollView <ScrollView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:fadeScrollbars="false"
android:fillViewport="true"> android:fillViewport="true">
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout