Top "Android-scrollbar" questions

Change RecyclerView scrollBar width

<android.support.v7.widget.RecyclerView android:id="@+id/recyclerView" android:layout_width="match_parent" android:layout_height="match_parent" …

android android-recyclerview android-scrollbar recyclerview-layout
java.lang.IllegalStateException: get field slot from row 0 col 0 failed

Hey I'm trying to implement an FastScroller with AlphabetIndexer. And I'm testing it with 500 contacts in a list view. And …

android android-listview android-scrollbar