The scrollbar in my scrollview is only visible when I start scrolling. How can I always show it?
As of now the best way is to use android:fadeScrollbars="false" in xml which is equivalent to ScrollView.setScrollbarFadingEnabled(false); in java code.
android:fadeScrollbars="false"
ScrollView.setScrollbarFadingEnabled(false);
2.1m questions
2.1m answers
60 comments
57.0k users