summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout-sw600dp-land
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-31 09:06:42 +0300
committerAndrew Dolgov <[email protected]>2014-10-31 09:06:42 +0300
commitf53dab1982422221c27f9b13d6c176f1b32f80c9 (patch)
tree1ac16e1084f8392eb195bc9fe79416a6e03fa6fb /org.fox.ttrss/src/main/res/layout-sw600dp-land
parent424970d191d5ccda77b28255febfd70a3ae8d27b (diff)
minor actionbar button/layout fixes
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout-sw600dp-land')
-rw-r--r--org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml
index 445369b9..d61097a6 100644
--- a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml
+++ b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml
@@ -18,14 +18,13 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:baselineAligned="false"
- android:weightSum="3"
android:orientation="horizontal" >
<FrameLayout
android:id="@+id/feeds_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="1"
+ android:layout_weight="0.25"
android:background="?feedlistBackground" >
</FrameLayout>
@@ -33,7 +32,7 @@
android:id="@+id/headlines_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="2"
+ android:layout_weight="0.75"
android:background="?headlinesBackground" >
</FrameLayout>
</LinearLayout>