summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttcomics/src/main/res/layout/fragment_comic.xml')
-rwxr-xr-x[-rw-r--r--]org.fox.ttcomics/src/main/res/layout/fragment_comic.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml b/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
index 55c8513..8364fbd 100644..100755
--- a/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
+++ b/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
@@ -1,8 +1,9 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/comic_container"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
- <it.sephiroth.android.library.imagezoom.ImageViewTouch
+ <com.github.chrisbanes.photoview.PhotoView
android:id="@+id/comic_image"
android:layout_width="match_parent"
android:layout_height="match_parent" />