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