1gravity / Android-ContactPicker

A beautifully designed component to pick one or several contacts (including groups) from the Android contacts list
Apache License 2.0
66 stars 33 forks source link

Dual scrollbar in contact list #30

Open dshatz opened 7 years ago

dshatz commented 7 years ago

Hello

When using the library on my device, there are two scrollbars in the Activity: 1) "scrollbar" (VerticalRecyclerViewFastScroller) 2) native RecyclerView's scrollbar (only appears when scrolling).

That's how it looks: image

For me, it seems strange. Why do we need the native RecyclerView's scrollbar? It is explicitly set with android:scrollbars="vertical" on the RecyclerView in cp_contact_list.xml.

Is it an accident or is it intended for some reason? I can either remove that or add an extra parameter to show/hide it. What do you think?

LeonardooBorges commented 7 years ago

I forget to do that in my PR, I could do that after @1gravity review and before the merge.