summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/headlines_row.xml')
-rw-r--r--res/layout/headlines_row.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index 8d3b4c26..326ff49c 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -84,6 +84,13 @@
android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" />
+ <WebView
+ android:id="@+id/content"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:paddingTop="3dp"
+ android:visibility="gone" />
+
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"