Removed overScrollMode="never" for A12 stretch overscroll effect

This commit is contained in:
Prathamesh More 2021-11-21 16:03:00 +05:30
parent 6d0200f6f5
commit 88ae4bcbcc
22 changed files with 6 additions and 30 deletions

View file

@ -140,8 +140,7 @@
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never"
tools:listitem="@layout/item_list" />
tools:listitem="@layout/item_list" />
</LinearLayout>
</com.google.android.material.card.MaterialCardView>