mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-14 12:08:51 -05:00
Download Activity displays the FrameLayout correctly
This commit is contained in:
parent
e4282229e5
commit
77d808ca1b
@ -14,7 +14,9 @@
|
|||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/container"
|
android:id="@+id/container"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent" />
|
android:layout_height="match_parent"
|
||||||
|
android:fitsSystemWindows="true"
|
||||||
|
android:clipToPadding="false" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
android:layout_gravity="start" tells DrawerLayout to treat
|
android:layout_gravity="start" tells DrawerLayout to treat
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
android:choiceMode="singleChoice"
|
android:choiceMode="singleChoice"
|
||||||
android:divider="@android:color/transparent"
|
android:divider="@android:color/transparent"
|
||||||
android:dividerHeight="0dp"
|
android:dividerHeight="0dp"
|
||||||
tools:context="org.bspeice.minimalbible.NavigationDrawerFragment" />
|
tools:context="org.bspeice.minimalbible.activities.NavigationDrawerFragment" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user