summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/fragment_comic.xml
blob: c9dbbfca0650d383f67a8e3ce1d3e13e1df6b5ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/FrameLayout3"
    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" />

    <!-- <TextView
        android:id="@+id/comic_page"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="bottom|right"
        android:layout_margin="4dp"
        android:alpha="0.25"
        android:text="25" /> -->

</FrameLayout>