summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-16 12:54:51 +0400
committerAndrew Dolgov <[email protected]>2013-04-16 12:54:51 +0400
commitef07afec72e181e0b0cec06493c14daf443ea7b9 (patch)
tree4896ad883a33ec9bd2a73d75a92030d8b8e57ef3 /res/layout
parentb5cbb033fc61626fa3ea34f3abca8fb0c654cb0d (diff)
various menu updates
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feeds.xml1
-rw-r--r--res/layout/headlines.xml1
-rw-r--r--res/layout/headlines_row_unread.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/res/layout/feeds.xml b/res/layout/feeds.xml
index 102dd07e..72067ce0 100644
--- a/res/layout/feeds.xml
+++ b/res/layout/feeds.xml
@@ -1,5 +1,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main"
+ android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
diff --git a/res/layout/headlines.xml b/res/layout/headlines.xml
index f00b8d38..9de7f87d 100644
--- a/res/layout/headlines.xml
+++ b/res/layout/headlines.xml
@@ -1,5 +1,6 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/headlines"
+ android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 1e789f71..d7cb0e08 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -49,6 +49,7 @@
<LinearLayout
android:id="@+id/feed_and_author"
+ android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent" >