mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
fast scroll in app list
This commit is contained in:
parent
589d5ec9ab
commit
9b84d1ddcf
6 changed files with 58 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue