In Android since API level 26 we can easily enable fast scrolling for RecyclerView. But all the examples found show only the use of 'fastScrollEnabled' property in the XML-layout.
How to change this property programmatically?
In Android since API level 26 we can easily enable fast scrolling for RecyclerView. But all the examples found show only the use of 'fastScrollEnabled' property in the XML-layout.
How to change this property programmatically?