Set overScrollMode to never for API lower than S

This commit is contained in:
Prathamesh More 2021-12-13 12:01:26 +05:30
parent 5e08b889c1
commit aaabd8a20a
33 changed files with 45 additions and 6 deletions

View file

@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/scrollView"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:overScrollMode="@integer/overScrollMode">
<LinearLayout
android:id="@+id/container"