mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2025-01-24 20:50:55 +01:00
Don't hide scrollbar in about activity
This commit is contained in:
parent
94cb52e25c
commit
deb21ccb90
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user