sreichholf / dreamDroid

DreamDroid is an open-source enigma2 client for android based devices.
https://dreamdroid.org
GNU General Public License v3.0
106 stars 43 forks source link

Set android:fastScrollEnabled to 'true' #88

Closed chris400 closed 6 years ago

chris400 commented 7 years ago

Mainly the EPG is almost a massive long list. If this list (and others like search results) get the setting to true would help a lot. https://developer.android.com/reference/android/widget/AbsListView.html#attr_android:fastScrollEnabled

sreichholf commented 7 years ago

We don't use ListView's anymore. It's pretty much all RecyclerViews

chris400 commented 7 years ago

Is there any chance to get something equal in RecyclerViews?

sreichholf commented 6 years ago

implemented in 7585020a431b95f2d07debb566522970d71ec4e3