summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
blob: 55c85137f9f84b5e7df72832197dd4e7c9de1691 (plain)
1
2
3
4
5
6
7
8
9
10
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">

    <it.sephiroth.android.library.imagezoom.ImageViewTouch
        android:id="@+id/comic_image"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</FrameLayout>