diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-06-15 18:50:34 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-06-15 18:50:34 +0200 |
commit | 8078e34912e3daf6f2cb5a2db381cb4c5a7c669f (patch) | |
tree | 6d2dd174598f9e18c9fba3c953862bbef9394c8d /res/layout | |
parent | d7e3bfc930b62be373d6dab12257300ce6e148e7 (diff) | |
download | AntennaPod-8078e34912e3daf6f2cb5a2db381cb4c5a7c669f.zip |
Implemented WebView to show description of item
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/feeditemview.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/layout/feeditemview.xml b/res/layout/feeditemview.xml index a08628879..7b151d4c2 100644 --- a/res/layout/feeditemview.xml +++ b/res/layout/feeditemview.xml @@ -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> |