[Android] Disable overscroll in info tracks list
Geoffrey Métais
git at videolan.org
Wed Feb 27 18:27:57 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Feb 27 18:22:46 2019 +0100| [2704ad1b357b870696173aa028bf0dfcbf7c1ef7] | committer: Geoffrey Métais
Disable overscroll in info tracks list
Fix #754
> https://code.videolan.org/videolan/vlc-android/commit/2704ad1b357b870696173aa028bf0dfcbf7c1ef7
---
vlc-android/res/layout/info_activity.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/res/layout/info_activity.xml b/vlc-android/res/layout/info_activity.xml
index 63a2a28c7..af2dc3122 100644
--- a/vlc-android/res/layout/info_activity.xml
+++ b/vlc-android/res/layout/info_activity.xml
@@ -196,6 +196,7 @@
vlc:layout_constraintStart_toStartOf="parent"
vlc:layout_constraintEnd_toEndOf="parent"
android:clipToPadding="false"
+ android:overScrollMode="never"
android:paddingBottom="@dimen/listview_bottom_padding"
android:visibility="@{item.itemType == MediaLibraryItem.TYPE_MEDIA ? View.VISIBLE : View.INVISIBLE}" />
More information about the Android
mailing list