Removed overScrollMode="never" for A12 stretch overscroll effect

main
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

@ -42,7 +42,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingBottom="96dp"
android:paddingBottom="96dp"
android:scrollbars="none"
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"
tools:listitem="@layout/item_queue" />

View File

@ -33,7 +33,8 @@
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="parent"
android:overScrollMode="never"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/sb1"
tools:itemCount="3"

View File

@ -4,7 +4,6 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never"
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior">
<include

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

View File

@ -7,8 +7,7 @@
<androidx.viewpager.widget.ViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never" />
android:layout_height="match_parent" />
<FrameLayout
android:id="@+id/playerLyrics"