summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/activity_main.xml
blob: 49a873251e565d0e82bba04e614b63b6e3996343 (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"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/FrameLayout1"
    android:fitsSystemWindows="true"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >

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

    </FrameLayout>
  
</FrameLayout>