summaryrefslogtreecommitdiff
path: root/res/layout-port
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-30 16:05:03 +0300
committerAndrew Dolgov <[email protected]>2011-11-30 16:05:03 +0300
commit1fec72cf4ae441e6fd87d981412752abdd163690 (patch)
tree4401b69838ca759e636749b5d901276a8ede4c88 /res/layout-port
parent24e092d190df6fafbdf5619656ef370ccfbea968 (diff)
implement combined article display mode (closes #399)
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/headlines_row.xml7
-rw-r--r--res/layout-port/headlines_row_selected.xml7
-rw-r--r--res/layout-port/headlines_row_unread.xml7
3 files changed, 21 insertions, 0 deletions
diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml
index 772184dd..a2c72d8d 100644
--- a/res/layout-port/headlines_row.xml
+++ b/res/layout-port/headlines_row.xml
@@ -32,6 +32,13 @@
android:textSize="16sp" >
</TextView>
+ <WebView
+ android:id="@+id/content"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_weight="1" >
+ </WebView>
+
<LinearLayout
android:id="@+id/linerLayout3"
android:layout_width="match_parent"
diff --git a/res/layout-port/headlines_row_selected.xml b/res/layout-port/headlines_row_selected.xml
index 59658b01..7a94add6 100644
--- a/res/layout-port/headlines_row_selected.xml
+++ b/res/layout-port/headlines_row_selected.xml
@@ -32,6 +32,13 @@
android:textSize="16sp" >
</TextView>
+ <WebView
+ android:id="@+id/content"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_weight="1" >
+ </WebView>
+
<LinearLayout
android:id="@+id/linerLayout3"
android:layout_width="match_parent"
diff --git a/res/layout-port/headlines_row_unread.xml b/res/layout-port/headlines_row_unread.xml
index 196ee8e2..5f970c08 100644
--- a/res/layout-port/headlines_row_unread.xml
+++ b/res/layout-port/headlines_row_unread.xml
@@ -32,6 +32,13 @@
android:textSize="16sp" >
</TextView>
+ <WebView
+ android:id="@+id/content"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_weight="1" >
+ </WebView>
+
<LinearLayout
android:id="@+id/linerLayout3"
android:layout_width="match_parent"