mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-04-05 13:51:00 +02:00
do not allow dragging the side fastscroller yet
This commit is contained in:
parent
f6f81212db
commit
ef1815ee60
@ -43,5 +43,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:01841778a4'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:813abeed27'
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
<com.qtalk.recyclerviewfastscroller.RecyclerViewFastScroller
|
<com.qtalk.recyclerviewfastscroller.RecyclerViewFastScroller
|
||||||
android:id="@+id/all_apps_fastscroller"
|
android:id="@+id/all_apps_fastscroller"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content"
|
||||||
|
app:fastScrollEnabled="false">
|
||||||
|
|
||||||
<com.simplemobiletools.commons.views.MyRecyclerView
|
<com.simplemobiletools.commons.views.MyRecyclerView
|
||||||
android:id="@+id/all_apps_grid"
|
android:id="@+id/all_apps_grid"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user