summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml
index 008efa4c..4067b7b4 100755
--- a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml
+++ b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml
@@ -26,7 +26,7 @@
android:id="@+id/headlines_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="0.4"
+ android:layout_weight="0.3"
android:background="?headlinesBackground" >
</FrameLayout>
@@ -34,7 +34,7 @@
android:id="@+id/article_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="0.6"
+ android:layout_weight="0.7"
android:elevation="4dp"
android:background="?articleBackground" >
</FrameLayout>