From 6bff74d0f9e2240d47c814f8c1b784aeb67a2d88 Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Sun, 21 Nov 2021 16:17:46 +0530 Subject: [PATCH] Removed overScrollMode="never" for A12 stretch overscroll effect --- app/src/main/res/layout-sw600dp/fragment_playing_queue.xml | 2 +- app/src/main/res/layout/card_credit.xml | 3 ++- app/src/main/res/layout/fragment_about.xml | 1 - app/src/main/res/layout/fragment_main_settings.xml | 1 - app/src/main/res/layout/fragment_player_album_cover.xml | 3 +-- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout-sw600dp/fragment_playing_queue.xml b/app/src/main/res/layout-sw600dp/fragment_playing_queue.xml index 31bdcbd2..bdd18ae3 100644 --- a/app/src/main/res/layout-sw600dp/fragment_playing_queue.xml +++ b/app/src/main/res/layout-sw600dp/fragment_playing_queue.xml @@ -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" /> diff --git a/app/src/main/res/layout/card_credit.xml b/app/src/main/res/layout/card_credit.xml index 88068a14..13bd142f 100644 --- a/app/src/main/res/layout/card_credit.xml +++ b/app/src/main/res/layout/card_credit.xml @@ -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" diff --git a/app/src/main/res/layout/fragment_about.xml b/app/src/main/res/layout/fragment_about.xml index 6125e374..99d84795 100644 --- a/app/src/main/res/layout/fragment_about.xml +++ b/app/src/main/res/layout/fragment_about.xml @@ -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"> + android:layout_height="match_parent" />