summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_view_comic.xml
blob: 8016730cdc76ba98bcffc9f1c45a28ba0e51c4fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/FrameLayout2"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <FrameLayout
        android:id="@+id/comics_pager_container"
        android:layout_width="match_parent"
        android:layout_height="match_parent" >

    </FrameLayout>
  
</FrameLayout>