The scrollbar in my scrollview is only visible when I start scrolling. How can I always show it?
android:scrollbarFadeDuration="0" sometimes does not work after I exit from the apps and start again. So I add gallery.setScrollbarFadingEnabled(false); to the activity and it works!
android:scrollbarFadeDuration="0"
gallery.setScrollbarFadingEnabled(false);