[Android] fix black issue while dragging items on the sidebar
Sébastien Toque
git at videolan.org
Mon Sep 3 23:51:05 CEST 2012
vlc-ports/android | branch: master | Sébastien Toque <xilasz at gmail.com> | Sun Sep 2 17:06:59 2012 +0200| [937f268de23bf84bb38121d7aab68faa6ff891fb] | committer: Edward Wang
fix black issue while dragging items on the sidebar
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=937f268de23bf84bb38121d7aab68faa6ff891fb
---
vlc-android/res/layout/sidebar.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/vlc-android/res/layout/sidebar.xml b/vlc-android/res/layout/sidebar.xml
index cbcba33..bba2f5a 100644
--- a/vlc-android/res/layout/sidebar.xml
+++ b/vlc-android/res/layout/sidebar.xml
@@ -5,6 +5,8 @@
android:divider="@color/item_common"
android:dividerHeight="1dp"
android:layout_width="208dp"
+ android:cacheColorHint="#0000"
+ android:fastScrollEnabled="true"
android:background="#424242">
</ListView>
More information about the Android
mailing list