Change element ImageView of preview image fragment for TouchImageView in order to...
[pub/Android/ownCloud.git] / res / layout / preview_image_fragment.xml
index cddd1ff..eb0ec4d 100644 (file)
         android:layout_centerInParent="true"
         />
     
-    <ImageView
+    <com.ortiz.touch.TouchImageView
         android:id="@+id/image"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
         android:layout_margin="0dp"
         android:layout_centerInParent="true"
         android:contentDescription="@string/preview_image_description"