mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Implemented WebView to show description of item
This commit is contained in:
@ -49,4 +49,8 @@
|
||||
android:layout_width="0px"
|
||||
android:layout_height="wrap_content"/>
|
||||
</LinearLayout>
|
||||
<WebView
|
||||
android:id="@+id/webvDescription"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user