summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_description_fragment.xml
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-05-01 12:43:08 +0200
committerGitHub <noreply@github.com>2020-05-01 12:43:08 +0200
commitd6d8ec43e1d061dbe04d98f3d53625dda75762e1 (patch)
tree5919f55a24287c5b3cd3dcbf96d56d295a9f25bf /app/src/main/res/layout/item_description_fragment.xml
parent6aa4a9c091196db15a019c24f090ccc1986f91a1 (diff)
parentb870c233eed3e2ea085d41daf4c099f20b9794d4 (diff)
downloadAntennaPod-d6d8ec43e1d061dbe04d98f3d53625dda75762e1.zip
Merge branch 'develop' into develop
Diffstat (limited to 'app/src/main/res/layout/item_description_fragment.xml')
-rw-r--r--app/src/main/res/layout/item_description_fragment.xml21
1 files changed, 14 insertions, 7 deletions
diff --git a/app/src/main/res/layout/item_description_fragment.xml b/app/src/main/res/layout/item_description_fragment.xml
index 96382eae3..3766cf805 100644
--- a/app/src/main/res/layout/item_description_fragment.xml
+++ b/app/src/main/res/layout/item_description_fragment.xml
@@ -1,11 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
-<androidx.core.widget.NestedScrollView
-xmlns:android="http://schemas.android.com/apk/res/android"
-android:layout_width="match_parent"
-android:layout_height="match_parent"
-android:fillViewport="false">
- <de.danoeh.antennapod.view.ShownotesWebView
+<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:fillViewport="false">
+
+ <de.danoeh.antennapod.view.NestedScrollableHost
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <de.danoeh.antennapod.view.ShownotesWebView
android:id="@+id/webview"
android:layout_width="match_parent"
- android:layout_height="wrap_content"/>
+ android:layout_height="wrap_content" />
+
+ </de.danoeh.antennapod.view.NestedScrollableHost>
+
</androidx.core.widget.NestedScrollView> \ No newline at end of file