1
0
Mirror von https://github.com/MinimalBible/MinimalBible synchronisiert 2025-09-14 02:24:46 -04:00

[broken] Add initial ExpandableListView navbar

Dieser Commit ist enthalten in:
Bradlee Speice
2014-07-22 23:47:16 -04:00
Ursprung a0e9939954
Commit 07f6705539
6 geänderte Dateien mit 271 neuen und 46 gelöschten Zeilen

Datei anzeigen

@ -0,0 +1,12 @@
<ExpandableListView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list_nav_drawer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#cccccc"
android:choiceMode="singleChoice"
android:divider="@android:color/transparent"
android:dividerHeight="0dp"
tools:context="org.bspeice.minimalbible.activity.viewer.ViewerNavDrawerFragment">
</ExpandableListView>