summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-15 17:04:52 +0400
committerAndrew Dolgov <[email protected]>2014-10-15 17:04:52 +0400
commitc70da136c85262aa6f49e4287909c03ceee89dea (patch)
tree1a1fd13e415c9be4d8430be23249b010dd45505f /res
parentddb85d210aede04602540ee6109c57984310afe3 (diff)
experimental webview headlines stuff
Diffstat (limited to 'res')
-rw-r--r--res/layout/headlines_row.xml7
-rw-r--r--res/layout/headlines_row_selected.xml7
-rw-r--r--res/layout/headlines_row_selected_unread.xml7
-rw-r--r--res/layout/headlines_row_unread.xml7
4 files changed, 28 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"
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index 9123e44e..0418d7b8 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -81,6 +81,13 @@
android:text="Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
android:textColor="?headlineSelectedExcerptTextColor"
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"
diff --git a/res/layout/headlines_row_selected_unread.xml b/res/layout/headlines_row_selected_unread.xml
index 0b7d7b84..abca9eaf 100644
--- a/res/layout/headlines_row_selected_unread.xml
+++ b/res/layout/headlines_row_selected_unread.xml
@@ -83,6 +83,13 @@
android:textColor="?headlineSelectedExcerptTextColor"
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"
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"