浏览代码

added missing progressbar

Andy Scherzinger 9 年之前
父节点
当前提交
c2418d24d5
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      res/layout/files_folder_picker.xml

+ 12 - 0
res/layout/files_folder_picker.xml

@@ -22,6 +22,18 @@
     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"