开发者

Always show scrollbar for ListView

开发者 https://www.devze.com 2023-03-05 04:24 出处:网络
There are ListViews in some activities of my app. Since Android 2.1 or 2.2 scrollbars will be only displayed if the user scroll the list or for very short time at the beginning. Then scrollbars will

There are ListViews in some activities of my app.

Since Android 2.1 or 2.2 scrollbars will be only displayed if the user scroll the list or for very short time at the beginning. Then scrollbars will disa开发者_如何转开发ppear.

Is it possible somehow to show them always as for example in Android 1.5?


In your xml set android:fadeScrollbars="false"


You can accomplish this with the method setScrollbarFadingEnabled() on the View object.

0

精彩评论

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