summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-17 14:21:48 +0400
committerAndrew Dolgov <[email protected]>2012-10-17 14:21:48 +0400
commit7a3c544825e7c6c7fe3af8b947f2ea463b4723cb (patch)
tree5119a4230de29bafb3568245e902dfaefa3a1985 /res
parent8ef5f5aa357aac7d3be22604c95ebed1597c6d55 (diff)
switch to ImageViewTouch
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" />