summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml33
1 files changed, 17 insertions, 16 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>