Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9227 from JosJuice/android-menu-scrollbar
Android: Make scrollbar for in-game menu always visible
  • Loading branch information
lioncash committed Nov 9, 2020
2 parents 9872640 + b6e236e commit db83c7e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -22,7 +22,8 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
android:layout_weight="1"
android:fadeScrollbars="false">

<LinearLayout
android:id="@+id/layout_options"
Expand Down

0 comments on commit db83c7e

Please sign in to comment.