fast scroll in app list

This commit is contained in:
Josia Pietsch 2024-11-03 17:47:36 +01:00
parent 589d5ec9ab
commit 9b84d1ddcf
Signed by: jrpie
GPG key ID: E70B571D66986A2D
6 changed files with 58 additions and 4 deletions

View file

@ -17,10 +17,18 @@
android:layout_marginRight="16dp"
android:layout_weight="1"
android:fadeScrollbars="false"
android:fastScrollAlwaysVisible="true"
android:fastScrollEnabled="true"
android:scrollbars="vertical">
<!--android:scrollbars="vertical"-->
app:fastScrollEnabled="true"
app:fastScrollHorizontalThumbDrawable="@drawable/fast_scroll_thumb_drawable"
app:fastScrollHorizontalTrackDrawable="@drawable/fast_scroll_track_drawable"
app:fastScrollVerticalThumbDrawable="@drawable/fast_scroll_thumb_drawable"
app:fastScrollVerticalTrackDrawable="@drawable/fast_scroll_track_drawable" >
<!--
android:scrollbars="vertical"
-->
<!--:fastScrollAlwaysVisible="true"-->
</androidx.recyclerview.widget.RecyclerView>