OrientationAwareRecyclerView
Functions
Extension function for recyclerDrag
Extension function for recyclerSwipe
Disable all user input to a recyclerview, passing touch events out
To prevent the RecyclerView stealing touches from the bottom sheet fragment or any other fragment that scrolls, use this function If you're using other recycler views besides this one, use OrientationAwareRecyclerView for them
Adds an RecyclerView.ItemDecoration that draws a horizontal divider between items.
Set adapter of recyclerView
Adds an RecyclerView.ItemDecoration that draws a vertical divider between items.
Set a GridLayoutManager as this
layoutManager.
Calls RecyclerView.addItemDecoration with ItemOffsetDecoration as a parameter.
Sets a linear layout manager along with an adapter
Set a LinearLayoutManager as this
layoutManager.