[Android] Hide progressbar by default

Geoffrey Métais git at videolan.org
Thu Jun 16 12:32:49 CEST 2016


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Jun 16 12:31:29 2016 +0200| [c326272bdaa521761c71610ad5751ebd39b24c21] | committer: Geoffrey Métais

Hide progressbar by default

> https://code.videolan.org/videolan/vlc-android/commit/c326272bdaa521761c71610ad5751ebd39b24c21
---

 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