summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/activity_main.xml
blob: 1c05df7b4e6cbff19e78bc23efbb9dd7d6f87c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:fitsSystemWindows="true"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

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

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

    </FrameLayout>
  
</LinearLayout>