[Android] Hide progressbar by default
Geoffrey Métais
git at videolan.org
Thu Jun 16 12:36:33 CEST 2016
vlc-android | branch: 2.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Jun 16 12:31:29 2016 +0200| [178c3541f88da376aa8a0e68b11a9b3c94e7f89e] | committer: Geoffrey Métais
Hide progressbar by default
(cherry picked from commit c326272bdaa521761c71610ad5751ebd39b24c21)
> https://code.videolan.org/videolan/vlc-android/commit/178c3541f88da376aa8a0e68b11a9b3c94e7f89e
---
vlc-android/res/layout/main.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/main.xml b/vlc-android/res/layout/main.xml
index 6610d1b..0b1ac3e 100644
--- a/vlc-android/res/layout/main.xml
+++ b/vlc-android/res/layout/main.xml
@@ -47,7 +47,8 @@
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:progressDrawable="@drawable/progress" />
+ android:progressDrawable="@drawable/progress"
+ android:visibility="gone" />
<TextView
android:id="@+id/info_text"
More information about the Android
mailing list