summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-17 13:18:40 +0400
committerAndrew Dolgov <[email protected]>2012-10-17 13:18:40 +0400
commit8ef5f5aa357aac7d3be22604c95ebed1597c6d55 (patch)
tree54ab3cc0c7fabc4490797d6eba383ffbe8b29340 /res
parentc7405e7b18d2fe49a118c676a67400b3b4e66b26 (diff)
revert webview
Diffstat (limited to 'res')
-rw-r--r--res/layout/fragment_comic.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/fragment_comic.xml b/res/layout/fragment_comic.xml
index 7427798..7cac0d4 100644
--- a/res/layout/fragment_comic.xml
+++ b/res/layout/fragment_comic.xml
@@ -3,9 +3,9 @@
android:id="@+id/FrameLayout3"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
-
- <WebView
- android:id="@+id/comic"
+
+ <org.fox.ttcomics.TouchImageView
+ android:id="@+id/comic_image"
android:layout_width="match_parent"
android:layout_height="match_parent" />