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">
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" />
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" />