[broken] Significant refactoring work

Last step is getting the downloader back up to speed.
This commit is contained in:
Bradlee Speice
2014-07-23 23:02:48 -04:00
parent f3cd9b8de4
commit 787cc4aa24
12 changed files with 557 additions and 529 deletions

View File

@ -4,7 +4,7 @@
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="org.bspeice.minimalbible.activities.viewer.BibleViewer" >
tools:context="org.bspeice.minimalbible.activities.viewer.BibleViewer">
<!--
As the main content view, the view below consumes the entire
@ -15,8 +15,8 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:clipToPadding="false" />
android:clipToPadding="false"
android:fitsSystemWindows="true" />
<!--
android:layout_gravity="start" tells DrawerLayout to treat
@ -32,11 +32,11 @@
<fragment
android:id="@+id/navigation_drawer"
android:name="org.bspeice.minimalbible.activity.viewer.ViewerNavDrawerFragment"
android:name="org.bspeice.minimalbible.activity.viewer.ExpListNavDrawerFragment"
android:layout_width="@dimen/navigation_drawer_width"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:clipToPadding="false"
android:layout_gravity="start" />
android:layout_gravity="start"
android:clipToPadding="false"
android:fitsSystemWindows="true" />
</android.support.v4.widget.DrawerLayout>

View File

@ -7,6 +7,6 @@
android:choiceMode="singleChoice"
android:divider="@android:color/transparent"
android:dividerHeight="0dp"
tools:context="org.bspeice.minimalbible.activity.viewer.ViewerNavDrawerFragment">
tools:context="org.bspeice.minimalbible.activity.viewer.ExpListNavDrawerFragment">
</ExpandableListView>