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 disappear.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With