Don't hide scrollbar in about activity

This commit is contained in:
Matthieu 2020-12-20 11:49:35 +01:00
parent 94cb52e25c
commit deb21ccb90
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:fadeScrollbars="false">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"