Browse Source

res: Replaced TouchImageViewCustom widget with PhotoView widget

eho 7 years ago
parent
commit
9937ac1c7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/res/layout/preview_image_fragment.xml

+ 1 - 1
src/main/res/layout/preview_image_fragment.xml

@@ -34,7 +34,7 @@
     android:animateLayoutChanges="true">
 
 
-    <third_parties.michaelOrtiz.TouchImageViewCustom
+    <com.github.chrisbanes.photoview.PhotoView
         android:id="@+id/image"
         android:layout_width="match_parent"
         android:layout_height="match_parent"