summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_description_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_description_fragment.xml')
-rw-r--r--app/src/main/res/layout/item_description_fragment.xml15
1 files changed, 8 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 469cd4098..13c31b68f 100644
--- a/app/src/main/res/layout/item_description_fragment.xml
+++ b/app/src/main/res/layout/item_description_fragment.xml
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
-<de.danoeh.antennapod.view.NestedScrollableHost xmlns:android="http://schemas.android.com/apk/res/android"
+<de.danoeh.antennapod.ui.view.NestedScrollableHost
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
- xmlns:app="http://schemas.android.com/apk/res-auto"
android:fillViewport="false"
- app:preferVertical="10"
- android:nestedScrollingEnabled="true">
+ android:nestedScrollingEnabled="true"
+ app:preferVertical="10">
- <de.danoeh.antennapod.view.ShownotesWebView
+ <de.danoeh.antennapod.ui.view.ShownotesWebView
android:id="@+id/webview"
android:layout_width="match_parent"
- android:layout_height="match_parent"/>
+ android:layout_height="match_parent" />
-</de.danoeh.antennapod.view.NestedScrollableHost> \ No newline at end of file
+</de.danoeh.antennapod.ui.view.NestedScrollableHost>