summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout-sw600dp-land
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-05 20:01:27 +0300
committerAndrew Dolgov <[email protected]>2015-06-05 20:01:27 +0300
commit99216872d0e0edf2085eef5bd95a038b9edb76aa (patch)
tree33befe825efdd09660f9ca853bb2c4d00c239810 /org.fox.ttrss/src/main/res/layout-sw600dp-land
parentcb0c9b06e02b5e8dbc099cf0b0dd8e6e16dadf4a (diff)
do not show drawer header in tablet horizontal mode
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout-sw600dp-land')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml33
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout-sw600dp-land/headlines_articles.xml4
2 files changed, 19 insertions, 18 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 598fd987..88e84742 100755
--- a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml
+++ b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml
@@ -1,11 +1,18 @@
+<RelativeLayout
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:fitsSystemWindows="true"
+ xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <include layout="@layout/actionbar_toolbar" android:id="@+id/actionbar_toolbar" />
+
<LinearLayout
- android:fitsSystemWindows="true"
- xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/fragment_container"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:baselineAligned="false"
- android:orientation="horizontal" >
+ android:orientation="horizontal"
+ android:layout_below="@+id/actionbar_toolbar">
<FrameLayout
android:id="@+id/sw600dp_anchor"
@@ -14,7 +21,6 @@
android:visibility="gone" >
</FrameLayout>
-
<FrameLayout
android:id="@+id/feeds_fragment"
android:layout_width="0dp"
@@ -23,21 +29,16 @@
android:background="?feedlistBackground" >
</FrameLayout>
- <RelativeLayout
+ <FrameLayout
android:layout_width="0dp"
android:layout_weight="0.75"
+ android:id="@+id/headlines_fragment"
+ android:background="?headlinesBackground"
+ android:elevation="4dp"
android:layout_height="match_parent">
+ </FrameLayout>
- <include layout="@layout/actionbar_toolbar" android:id="@+id/actionbar_toolbar" />
-
- <FrameLayout
- android:id="@+id/headlines_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?headlinesBackground"
- android:layout_below="@+id/actionbar_toolbar">
- </FrameLayout>
+ </LinearLayout>
- </RelativeLayout>
- </LinearLayout>
+</RelativeLayout>
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>