Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical scroll bar doesn't appear. #21

Closed
Surakshaajith opened this issue May 26, 2020 · 2 comments
Closed

Vertical scroll bar doesn't appear. #21

Surakshaajith opened this issue May 26, 2020 · 2 comments
Assignees
Labels
released released already the last version

Comments

@Surakshaajith
Copy link

Surakshaajith commented May 26, 2020

  • Library Version: 1.0.8 (latest)
  • Affected Device: Doesn't work on any device

I am trying to add vertical scrollbar to the dropdown but it doesn't appear. I tried applying vertical scrollbar in xml as well as in Java.
I am restricting the dropdown height so that the scrollbar appears but it doesn't work


android:maxHeight="100dp"  
android:fadeScrollbars="false"
android:scrollbarFadeDuration="0" 
android:verticalScrollbarPosition="right" 
android:scrollbarThumbVertical="@android:color/black"
android:scrollbarAlwaysDrawVerticalTrack="true" 
android:scrollbarSize="20dp" 
android:scrollbarStyle="outsideInset" 
android:scrollbars="vertical"


I also tried changing this in java but scrollbar doesn't work. 
Please help me solve this. Thanks
@skydoves skydoves self-assigned this May 28, 2020
@skydoves skydoves added the Release Next This feature will be released on next version label May 28, 2020
@skydoves
Copy link
Owner

Hi, @Surakshaajith
I will add a scrollbar to the popup in the next version, but we can't change the color, width of the scrollbar because of the RecyclerView's API is limited.
Thank you for your issue :)

screenshot1589169265

@skydoves
Copy link
Owner

Released a new version 1.0.9.
Thank you for your issue :)

@skydoves skydoves added released released already the last version and removed Release Next This feature will be released on next version labels May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released released already the last version
Projects
None yet
Development

No branches or pull requests

2 participants