Answers for "hide scrollbar android studio"

2

scrollbar hide android

<ScrollView 
	xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/mainScroll"
	android:layout_width="fill_parent"
	android:layout_height="fill_parent"
	android:scrollbars="none" 	<!-- line to hide scrollbars -->
>
Posted by: Guest on August-03-2021

Code answers related to "hide scrollbar android studio"

Browse Popular Code Answers by Language