Removed overScrollMode="never" for A12 stretch overscroll effect

This commit is contained in:
Prathamesh More 2021-11-21 16:17:46 +05:30
parent 88ae4bcbcc
commit 6bff74d0f9
5 changed files with 4 additions and 6 deletions

View file

@ -5,7 +5,6 @@
android:id="@+id/scrollView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:overScrollMode="never"
android:transitionGroup="true">
<LinearLayout