mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-13 19:48:38 -05:00
10 lines
424 B
XML
10 lines
424 B
XML
|
<ListView 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"
|
||
|
android:background="#cccc"
|
||
|
android:choiceMode="singleChoice"
|
||
|
android:divider="@android:color/transparent"
|
||
|
android:dividerHeight="0dp"
|
||
|
tools:context="org.bspeice.minimalbible.NavigationDrawerFragment" />
|