Always show scrollbar on create payment screen if there is scrollable content.
This commit is contained in:
parent
af060f52e1
commit
bfc84d50dd
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fadeScrollbars="false"
|
||||
android:fillViewport="true">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
|
|
Loading…
Add table
Reference in a new issue