Add a vertical scrollbar to article fragment

This commit is contained in:
Binnette 2018-11-17 20:37:21 +01:00
parent 7f554adba5
commit 8d9c8c1394

View File

@ -9,7 +9,8 @@
<androidx.core.widget.NestedScrollView
android:id="@+id/nestedScrollView"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:scrollbars="vertical">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"