[Android] Hide video empty view by default
Geoffrey Métais
git at videolan.org
Wed Dec 14 16:50:00 CET 2016
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Dec 14 16:48:25 2016 +0100| [228df422a3123b21bb6ea15436e3cfbb16aff26f] | committer: Geoffrey Métais
Hide video empty view by default
> https://code.videolan.org/videolan/vlc-android/commit/228df422a3123b21bb6ea15436e3cfbb16aff26f
---
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 1ff87be..2cf5612 100644
--- a/vlc-android/res/layout/video_grid.xml
+++ b/vlc-android/res/layout/video_grid.xml
@@ -30,6 +30,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
+ android:visibility="gone"
android:orientation="vertical">
<TextView
More information about the Android
mailing list