added missing progressbar
authorAndy Scherzinger <info@andy-scherzinger.de>
Wed, 5 Aug 2015 11:43:23 +0000 (13:43 +0200)
committerAndy Scherzinger <info@andy-scherzinger.de>
Wed, 5 Aug 2015 11:43:23 +0000 (13:43 +0200)
res/layout/files_folder_picker.xml

index 0b11589..d9e4b1f 100644 (file)
     android:background="@color/background_color"
     android:orientation="vertical" >
 
     android:background="@color/background_color"
     android:orientation="vertical" >
 
+    <ProgressBar android:id="@+id/progressBar"
+        android:layout_width="match_parent"
+        android:layout_height="4dp"
+        android:padding="0dp"
+        android:layout_margin="0dp"
+        style="@style/Widget.ownCloud.TopProgressBar"
+        android:indeterminate="false"
+        android:indeterminateOnly="false"
+        android:background="@color/background_color"
+        android:visibility="visible"
+        />
+
        <FrameLayout 
                android:layout_width="match_parent"
                android:layout_height="0dip"
        <FrameLayout 
                android:layout_width="match_parent"
                android:layout_height="0dip"