diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2014-10-15 17:04:52 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2014-10-15 17:04:52 +0400 |
| commit | c70da136c85262aa6f49e4287909c03ceee89dea (patch) | |
| tree | 1a1fd13e415c9be4d8430be23249b010dd45505f /res/layout/headlines_row_unread.xml | |
| parent | ddb85d210aede04602540ee6109c57984310afe3 (diff) | |
experimental webview headlines stuff
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
| -rw-r--r-- | res/layout/headlines_row_unread.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml index 0fd5a836..b54f91d6 100644 --- a/res/layout/headlines_row_unread.xml +++ b/res/layout/headlines_row_unread.xml @@ -80,6 +80,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"
|