Either add this as scrollbar’s XML attribute
android:isScrollContainer=”false”
or add this in Activity’s tag in Manifest
android:windowSoftInputMode=”adjustPan”
Either add this as scrollbar’s XML attribute
android:isScrollContainer=”false”
or add this in Activity’s tag in Manifest
android:windowSoftInputMode=”adjustPan”