Closed Nxt3 closed 7 years ago
I have a couple of idea that I can try. Give me a bit and I'll see what's going on.
Thank you!
I just double-checked and in theory that setup should work. If you'd like to provide more of the code about how the fragment is created and included I'd be happy to troubleshoot further.
Any ideas?
Yeah, sorry. I've been really busy. I'm going to look at it this afternoon.
No worries, I totally understand.
So for the programmatic case it is being added but it just can't be seen. (You can drag on the right side of the rv and get a drag out of it) To be frank I can't really debug that for you since the adapter alone is over 3000 lines. What I suspect is happening is that somewhere the scroll detection is failing or has been replaced or the view is being hidden somehow. If you'd like to fork this lib and test out changes by disabling some of the fade out and hide features to make sure the lib isn't hiding itself for some reason I'd suggest doing so. I wish you luck, and sorry I can't be more helpful.
Don't worry about it! I appreciate your comments on it though. Hopefully I can figure it out. That isn't my code so I'm as unfamiliar with it as you are. :P
Again, thank you--take care!
Best of luck :P
No matter what I do, I simply can't get the MaterialScrollBar to show.
I've tried using the XML way of inserting the scrollbar and the programmatic way.
Here is my XML
And here is how I would create it in the class:
No matter what--nothing shows. What am I doing wrong?