mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-07-02 22:34:47 -04:00
Add the downloader activity
Also untrack a whole lot of appcompat that shouldn't have been included
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
|
||||
<fragment
|
||||
android:id="@+id/navigation_drawer"
|
||||
android:name="org.bspeice.minimalbible.NavigationDrawerFragment"
|
||||
android:name="org.bspeice.minimalbible.activities.NavigationDrawerFragment"
|
||||
android:layout_width="@dimen/navigation_drawer_width"
|
||||
android:layout_height="match_parent"
|
||||
android:fitsSystemWindows="true"
|
||||
|
11
MinimalBible/res/layout/activity_downloader.xml
Normal file
11
MinimalBible/res/layout/activity_downloader.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<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"
|
||||
android:paddingBottom="@dimen/activity_vertical_margin"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin"
|
||||
android:paddingRight="@dimen/activity_horizontal_margin"
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
tools:context=".DownloaderActivity" >
|
||||
|
||||
</RelativeLayout>
|
@ -7,4 +7,4 @@
|
||||
android:choiceMode="singleChoice"
|
||||
android:divider="@android:color/transparent"
|
||||
android:dividerHeight="0dp"
|
||||
tools:context="org.bspeice.minimalbible.NavigationDrawerFragment" />
|
||||
tools:context="org.bspeice.minimalbible.activities.NavigationDrawerFragment" />
|
||||
|
Reference in New Issue
Block a user