summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_description_fragment.xml
blob: 469cd4098a638bab21aa59049796accdc6f27e84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<de.danoeh.antennapod.view.NestedScrollableHost xmlns:android="http://schemas.android.com/apk/res/android"
    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">

    <de.danoeh.antennapod.view.ShownotesWebView
        android:id="@+id/webview"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>

</de.danoeh.antennapod.view.NestedScrollableHost>