Removed overScrollMode="never" for A12 stretch overscroll effect
This commit is contained in:
parent
88ae4bcbcc
commit
6bff74d0f9
5 changed files with 4 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue