summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/fragment_comic.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/fragment_comic.xml b/res/layout/fragment_comic.xml
index 7cac0d4..e125bd7 100644
--- a/res/layout/fragment_comic.xml
+++ b/res/layout/fragment_comic.xml
@@ -4,7 +4,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
- <org.fox.ttcomics.TouchImageView
+ <it.sephiroth.android.library.imagezoom.ImageViewTouch
android:id="@+id/comic_image"
android:layout_width="match_parent"
android:layout_height="match_parent" />