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

fork-5.53.8
Alex Hart 2021-04-08 11:39:31 -03:00
rodzic af060f52e1
commit bfc84d50dd
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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