summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-01 14:28:49 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-01 14:28:49 +0200
commit2cf9f5045b0cc94e3fc541791781b3c0c9bb4e17 (patch)
tree51aeb7628e66f2ea1b02d257a79657630b66f694 /res/layout
parentd1b1c92efe79e6aa7bb954d8b17ecfed2c7655b8 (diff)
downloadAntennaPod-2cf9f5045b0cc94e3fc541791781b3c0c9bb4e17.zip
Moved description webview to fragment
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feeditemview.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/res/layout/feeditemview.xml b/res/layout/feeditemview.xml
index 2485dd585..c16cd5762 100644
--- a/res/layout/feeditemview.xml
+++ b/res/layout/feeditemview.xml
@@ -31,10 +31,11 @@
android:textStyle="bold"
android:gravity="center_horizontal"
android:text="@string/description_label"/>
-
- <WebView
- android:id="@+id/webvDescription"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+
+ <FrameLayout
+ android:id="@+id/description_fragment"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" >
+ </FrameLayout>
</LinearLayout> \ No newline at end of file