978a2f16961327a6894df4c1c18c4e36857952a2
[fanfix.git] / res / layout / fragment_android_reader_group.xml
1 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 tools:context="be.nikiroo.fanfix.reader.android.AndroidReaderGroup">
6
7 <!-- TODO: Update blank fragment layout -->
8
9 <LinearLayout
10 android:id="@+id/AndroidReaderGroup_root"
11 android:layout_width="match_parent"
12 android:layout_height="wrap_content"
13 android:orientation="vertical"></LinearLayout>
14
15 </FrameLayout>