summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout-sw600dp/activity_main.xml
blob: 68170c5e19e15e4656ed7f470d124e776359042f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/FrameLayout1"
    android:fitsSystemWindows="true"
    android:orientation="vertical"
    android:layout_width="match_parent"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_height="match_parent">

    <it.neokree.materialtabs.MaterialTabHost
        android:id="@+id/materialTabHost"
        android:layout_width="match_parent"
        android:layout_height="48dp"
        app:textColor="#FFFFFF"
        app:primaryColor="#FF6F00"
        app:accentColor="#F8CE00" />

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

    </FrameLayout>

    <TextView
        android:id="@+id/tablet_layout_hack"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:visibility="gone"
        android:text="" />

</LinearLayout>