Answers for "hide web scroll bar android"

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

Browse Popular Code Answers by Language