Progress wheel shown in gallery while an image is getting loaded
[pub/Android/ownCloud.git] / res / layout / preview_image_fragment.xml
index 91af0f8..1cd8e04 100644 (file)
     android:background="@color/owncloud_white"
     tools:context=".ui.fragment.PreviewImageFragment" >
 
+    <ProgressBar 
+        android:id="@+id/progressWheel"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:indeterminate="true"
+        android:indeterminateOnly="true"
+        android:layout_centerInParent="true"
+        />
+    
     <ImageView
         android:id="@+id/image"
         android:layout_width="wrap_content"