开发者

How we can display parmanent the scroll bar on the list view?

开发者 https://www.devze.com 2023-03-26 10:44 出处:网络
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

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!

0

精彩评论

暂无评论...
验证码 换一张
取 消