How we can display parmanent the scroll bar on the list view?
How we can display parmanent the scroll bar on the list view and I want to permanent change the background of that row of listview on which row we cl开发者_运维问答ick.
Set following attribute on your listview. The scrollbar will be always visible when there are items to scroll. It wont fade out, which is default.
android:scrollbarFadeDuration="0"
I hope this helps!
精彩评论