Commit | Line | Data |
---|---|---|
64968418 NR |
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 | ||
a18ba536 NR |
9 | <ListView |
10 | android:id="@+id/Group_root" | |
64968418 | 11 | android:layout_width="match_parent" |
a18ba536 | 12 | android:layout_height="match_parent" /> |
64968418 NR |
13 | |
14 | </FrameLayout> |