Closed jakepurple13 closed 7 years ago
Note: this function not available in previous version(1.0)
, to use this function upgrade AlphabetIndex Fast Scroll RecyclerView to latest version(1.0.1)
dependencies {
compile 'com.github.myinnos:AlphabetIndex-Fast-Scroll-RecyclerView:1.0.1'
}
mRecyclerView.setIndexBarTextColor("#FFFFFF");
Awesome! Thanks so much! I had a small issue which I did a quick search on StackOverflow to fix and it was calling a color resource in. It didn't really work. I ended up finding this:
"#"+Integer.toHexString(getResources().getColor(R.color.redish))
And that seemed to do the trick.
You just pass as a string
!
Any way this is also good solution "#"+Integer.toHexString(getResources().getColor(R.color.redish))
Am closing this issue! if you still need help on same issue you can reopen
this! or Open New Issue
Hi, I can not set full transparent color for the scroll bar I used: recyclerView.setIndexBarTransparentValue(0f); recyclerView.setIndexBarColor("#00000000");
But neither of them work. Can you help me?
Thanks
So currently I'm working on getting themes to change. Wanna throw something out the window.
Is there anyway to change the color of the text on the scroller? Is there also a way to call from colors.xml to change the color?