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"