summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_description_fragment.xml
blob: 96382eae337204a50868b3f2e86e04d903543dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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
            android:id="@+id/webview"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"/>
</androidx.core.widget.NestedScrollView>