MinimalBible/app/src/main/res/layout/fragment_viewer_main.xml
2014-11-25 22:32:16 -05:00

14 lines
512 B
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="org.bspeice.minimalbible.activity.viewer.BookFragment" >
<android.support.v7.widget.RecyclerView
android:id="@+id/book_content"
android:scrollbars="none"
android:layout_height="match_parent"
android:layout_width="match_parent" />
</RelativeLayout>