Closed ShawnTheBeachy closed 7 years ago
The scrollbar must be the child of a relativeLayout with the rv. There should be a programtic check for that somewhere, but perhaps not. Either way, try placing it in a relativeLayout parent.
I tried placing it in a RelativeLayout
, but still couldn't get it to show up. However, I switched to using FastScroll, so this isn't an issue for me anymore. I'll close it.
I'm attempting to use the
DragScrollBar
inside myFrameLayout
in my fragment:The problem is that it doesn't show up. It does remove the default scrollbar, but I'm left with no scrollbar at all. I tried setting the color just to make sure it's not transparent or something weird; no dice. Am I missing something here, or is the library broken? I'm running Android 7.0.
Side note: I'm also using an
AlphabetIndicator
with it. I've confirmed that it does request the indicator from the adapter as I scroll, but it doesn't show the indicator in the UI.