[Android] fix black issue while dragging items on the sidebar

Sebastien Toque git at videolan.org
Sun Sep 2 17:07:46 CEST 2012


vlc-ports/android | branch: master | Sebastien Toque <xilasz at Rebellia.(none)> | Sun Sep  2 17:06:59 2012 +0200| [8b283d699af190c142444662c93270136231883c] | committer: Sebastien Toque

fix black issue while dragging items on the sidebar

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=8b283d699af190c142444662c93270136231883c
---

 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