[broken] Add initial ExpandableListView navbar

This commit is contained in:
Bradlee Speice
2014-07-22 23:47:16 -04:00
parent a0e9939954
commit 07f6705539
6 changed files with 271 additions and 46 deletions

View File

@ -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>