Merge pull request #246 from Binnette/ExtraSubject

Add a vertical scrollbar to article fragment
This commit is contained in:
Amine Bou
2018-11-17 20:51:10 +01:00
committed by GitHub

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"