summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-17 12:15:16 +0400
committerAndrew Dolgov <[email protected]>2012-10-17 12:15:16 +0400
commit6034cd4579c41c27185cc4a9502b167052d0adfd (patch)
tree9a4390a79680253a748e5f150d838dcd54b3653e /res
parent4b6af5bf4ec26cc7e81ca0df05c731f4747ef973 (diff)
experimental switch to 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 7cac0d4..7427798 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" >
-
- <org.fox.ttcomics.TouchImageView
- android:id="@+id/comic_image"
+
+ <WebView
+ android:id="@+id/comic"
android:layout_width="match_parent"
android:layout_height="match_parent" />