summaryrefslogtreecommitdiff
path: root/res/layout/fragment_comic.xml
blob: 1bc0b354b442f09b64f0c598847b764f99b43206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/FrameLayout3"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >





    <org.fox.ttcomics.TouchImageView
        android:id="@+id/comic_image"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        />
  
</FrameLayout>