- android:layout_margin="16dp"
- android:contentDescription="@string/image_preview"
- android:src="@drawable/owncloud_logo" />
+ android:indeterminate="true"
+ android:indeterminateOnly="true"
+ android:layout_centerInParent="true"
+ />
+
+ <third_parties.michaelOrtiz.TouchImageViewCustom
+ android:id="@+id/image"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_margin="0dp"
+ android:layout_centerInParent="true"
+ android:contentDescription="@string/preview_image_description"
+ android:src="@drawable/image_fail" />