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 -->
>