The scrollbar in my scrollview is only visible when I start scrolling. How can I always show it?
Try this as the above suggestions didn't work for me when I wanted to do this for a TextView:
TextView.setScrollbarFadingEnabled(false);
Good Luck.