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

    <include layout="@layout/actionbar_toolbar" android:id="@+id/actionbar_toolbar" />
  
</FrameLayout>