summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
blob: 8364fbd282ff8e90f98da2b77dedfaa2a0ea5815 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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">

    <com.github.chrisbanes.photoview.PhotoView
        android:id="@+id/comic_image"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</FrameLayout>