mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-04-19 09:21:36 -04:00
14 lines
512 B
XML
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>
|