Use fast scroller for playlists (#145)

This commit is contained in:
Eugene Cheung 2017-06-07 01:37:22 -04:00 committed by Lincoln
commit 3d118805b7
4 changed files with 12 additions and 6 deletions

View file

@ -31,14 +31,12 @@
</FrameLayout>
<android.support.v7.widget.RecyclerView
<com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:divider="@null"
android:dividerHeight="0px"
android:scrollbars="vertical" />
android:scrollbars="none" />
</LinearLayout>