Added Android code
[wl-app.git] / Android / folioreader / res / layout / fragment_contents.xml
1 <RelativeLayout 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="com.folioreader.ui.tableofcontents.view.TableOfContentFragment">
6
7     <android.support.v7.widget.RecyclerView
8         android:id="@+id/recycler_view_menu"
9         android:layout_width="match_parent"
10         android:layout_height="match_parent"
11         android:background="@android:color/white" />
12
13     <TextView
14         android:id="@+id/tv_error"
15         android:layout_width="match_parent"
16         android:layout_height="match_parent"
17         android:gravity="center"
18         android:textSize="23sp"
19         android:textStyle="bold"
20         android:visibility="gone" />
21 </RelativeLayout>