summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout-sw600dp/activity_view_comic.xml
blob: e6479f64d1e31c07fd1d3af423bc8d08c16a2617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/FrameLayout2"
    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>


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