[Android] Set scanning progressbar invisible by default

Geoffrey Métais git at videolan.org
Fri Sep 28 16:55:28 CEST 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Sep 28 16:53:45 2018 +0200| [b8fa036896be88227494c0f1fd14eb44d2db2736] | committer: Geoffrey Métais

Set scanning progressbar invisible by default

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

 vlc-android/res/layout/scan_progress.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vlc-android/res/layout/scan_progress.xml b/vlc-android/res/layout/scan_progress.xml
index 1af6558aa..2fd1da0de 100644
--- a/vlc-android/res/layout/scan_progress.xml
+++ b/vlc-android/res/layout/scan_progress.xml
@@ -2,7 +2,8 @@
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@+id/scan_progress_layout"
     android:layout_width="match_parent"
-    android:layout_height="@dimen/progress_layout_height">
+    android:layout_height="@dimen/progress_layout_height"
+    android:visibility="gone">
     <ProgressBar
         android:id="@+id/scan_progress_bar"
         android:layout_width="match_parent"



More information about the Android mailing list