summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-03-18 19:37:31 +0100
committerByteHamster <info@bytehamster.com>2020-03-18 19:37:38 +0100
commit2026b3dd226faa79b881f4d47cc584734453c632 (patch)
tree3e8be3f6da21d391299cd2a8d1ec31f8dc0e2f16 /app/src/main/res/layout
parent8ce26915be6f9dac1c7b1057ea29ec8935f94cd8 (diff)
downloadAntennaPod-2026b3dd226faa79b881f4d47cc584734453c632.zip
Using nav list fragment in MediaPlayerInfoActivity
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/main.xml1
-rw-r--r--app/src/main/res/layout/mediaplayerinfo_activity.xml9
2 files changed, 8 insertions, 2 deletions
diff --git a/app/src/main/res/layout/main.xml b/app/src/main/res/layout/main.xml
index 76139c57e..89b7e0c47 100644
--- a/app/src/main/res/layout/main.xml
+++ b/app/src/main/res/layout/main.xml
@@ -37,7 +37,6 @@
android:layout_marginEnd="24dp"
android:layout_marginRight="24dp"
android:layout_gravity="start"
- android:background="?android:attr/windowBackground"
android:orientation="vertical" />
</androidx.drawerlayout.widget.DrawerLayout> \ No newline at end of file
diff --git a/app/src/main/res/layout/mediaplayerinfo_activity.xml b/app/src/main/res/layout/mediaplayerinfo_activity.xml
index c46672ceb..526994752 100644
--- a/app/src/main/res/layout/mediaplayerinfo_activity.xml
+++ b/app/src/main/res/layout/mediaplayerinfo_activity.xml
@@ -236,6 +236,13 @@
</RelativeLayout>
- <include layout="@layout/nav_list" />
+ <FrameLayout
+ android:id="@+id/navDrawerFragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_marginEnd="24dp"
+ android:layout_marginRight="24dp"
+ android:layout_gravity="start"
+ android:orientation="vertical" />
</androidx.drawerlayout.widget.DrawerLayout> \ No newline at end of file