[Android] GridView: disable the fading edge
Ludovic Fauvet
git at videolan.org
Tue Oct 9 16:28:10 CEST 2012
vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Tue Oct 9 15:28:14 2012 +0200| [37cdb9bb64786c7a0a6a2837b17ad876ab02a7da] | committer: Ludovic Fauvet
GridView: disable the fading edge
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=37cdb9bb64786c7a0a6a2837b17ad876ab02a7da
---
vlc-android/res/layout/video_grid.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/res/layout/video_grid.xml b/vlc-android/res/layout/video_grid.xml
index 26b4895..4411ec5 100644
--- a/vlc-android/res/layout/video_grid.xml
+++ b/vlc-android/res/layout/video_grid.xml
@@ -15,6 +15,7 @@
android:numColumns="auto_fit"
android:fastScrollEnabled="true"
android:background="@drawable/background_pattern_dark_repeat"
+ android:fadingEdge="none"
android:gravity="center" />
<LinearLayout
More information about the Android
mailing list