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