Skip to content

Commit

Permalink
feat: scrollbar always visible if content scrolls on about
Browse files Browse the repository at this point in the history
verified this shows the scrollbar only when the content actually
scrolls, so large phones won't see a useless scrollbar but now small
phones won't have a sometimes-invisible scrollbar exactly when a user
that needs help needs to know they can scroll down for debug info
  • Loading branch information
mikehardy committed Dec 11, 2023
1 parent cde0f94 commit 7434f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AnkiDroid/src/main/res/layout/about_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:fadeScrollbars="false"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
Expand Down

0 comments on commit 7434f25

Please sign in to comment.