summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-31 12:49:30 +0400
committerAndrew Dolgov <[email protected]>2012-12-31 12:49:30 +0400
commit4e667479aec485b2f5b58b76e679d2400d383f7e (patch)
tree0340c7591ba39c564dcac5f3f9372203e5a59ca7 /res/layout-sw600dp
parent369ad45bf55f0fa982f6342ce60cd179f20cd6af (diff)
layout improvements, add missing files
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/feeds.xml6
-rw-r--r--res/layout-sw600dp/headlines.xml2
2 files changed, 5 insertions, 3 deletions
diff --git a/res/layout-sw600dp/feeds.xml b/res/layout-sw600dp/feeds.xml
index 3e75a37c..5f37b900 100644
--- a/res/layout-sw600dp/feeds.xml
+++ b/res/layout-sw600dp/feeds.xml
@@ -2,6 +2,7 @@
android:id="@+id/main"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:background="?headlinesBackgroundSolid"
android:orientation="vertical" >
<LinearLayout
@@ -26,13 +27,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:baselineAligned="false"
+ android:weightSum="1.05"
android:orientation="horizontal" >
<FrameLayout
android:id="@+id/feeds_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="0.4"
+ android:layout_weight="1"
android:background="?feedlistBackground" >
</FrameLayout>
@@ -40,7 +42,7 @@
android:id="@+id/headlines_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="0.6"
+ android:layout_weight="2"
android:background="?headlinesBackground" >
</FrameLayout>
</LinearLayout>
diff --git a/res/layout-sw600dp/headlines.xml b/res/layout-sw600dp/headlines.xml
index 54eabd01..b6cb1c38 100644
--- a/res/layout-sw600dp/headlines.xml
+++ b/res/layout-sw600dp/headlines.xml
@@ -34,7 +34,7 @@
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.4"
- android:background="?headlinesBackground" >
+ android:background="?feedlistBackground" >
</FrameLayout>
<FrameLayout