[Android] Equalizer: always show the scroll bar of the horizontal scroll view
Adrien Maglo
git at videolan.org
Thu Feb 6 13:05:37 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Thu Feb 6 12:56:51 2014 +0100| [ac3cdb679073478b4b46f6815e31c71d72dd7c0c] | committer: Adrien Maglo
Equalizer: always show the scroll bar of the horizontal scroll view
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=ac3cdb679073478b4b46f6815e31c71d72dd7c0c
---
vlc-android/res/layout/equalizer.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/equalizer.xml b/vlc-android/res/layout/equalizer.xml
index 0df0029..12358bd 100644
--- a/vlc-android/res/layout/equalizer.xml
+++ b/vlc-android/res/layout/equalizer.xml
@@ -33,7 +33,8 @@
android:id="@+id/equalizer_scroll"
android:layout_width="wrap_content"
android:layout_height="0dp"
- android:layout_weight="1" >
+ android:layout_weight="1"
+ android:fadeScrollbars="false" >
<LinearLayout
android:id="@+id/equalizer_bands"
More information about the Android
mailing list