summaryrefslogtreecommitdiff
path: root/res/layout-xlarge-port/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge-port/main.xml')
-rw-r--r--res/layout-xlarge-port/main.xml74
1 files changed, 38 insertions, 36 deletions
diff --git a/res/layout-xlarge-port/main.xml b/res/layout-xlarge-port/main.xml
index 37553326..78ccdd3d 100644
--- a/res/layout-xlarge-port/main.xml
+++ b/res/layout-xlarge-port/main.xml
@@ -4,6 +4,44 @@
android:layout_height="fill_parent" >
<LinearLayout
+ android:id="@+id/fragment_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="horizontal" >
+
+ <FrameLayout
+ android:id="@+id/feeds_fragment"
+ android:layout_width="300dp"
+ android:layout_height="match_parent"
+ android:layout_weight="0"
+ android:background="?feedlistBackground" >
+ </FrameLayout>
+
+ <LinearLayout
+ android:id="@+id/vertical_fragment_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical" >
+
+ <FrameLayout
+ android:id="@+id/headlines_fragment"
+ android:layout_width="match_parent"
+ android:layout_height="0dp"
+ android:layout_weight="0.5"
+ android:background="?headlinesBackgroundSolid" >
+ </FrameLayout>
+
+ <FrameLayout
+ android:id="@+id/article_fragment"
+ android:layout_width="match_parent"
+ android:layout_height="0dp"
+ android:background="?articleHeader"
+ android:layout_weight="0.5" >
+ </FrameLayout>
+ </LinearLayout>
+ </LinearLayout>
+
+ <LinearLayout
android:id="@+id/loading_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -18,40 +56,4 @@
android:text="@string/loading_message"
android:textAppearance="?android:attr/textAppearanceLarge" />
</LinearLayout>
-
- <LinearLayout
- android:orientation="horizontal"
- android:id="@+id/fragment_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- <FrameLayout
- android:id="@+id/feeds_fragment"
- android:layout_width="300dp"
- android:layout_height="match_parent"
- android:layout_weight="0" >
- </FrameLayout>
-
- <LinearLayout
- android:id="@+id/vertical_fragment_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
-
- <FrameLayout
- android:id="@+id/headlines_fragment"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="0.5" >
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/article_fragment"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="0.5" >
- </FrameLayout>
- </LinearLayout>
-
- </LinearLayout>
</FrameLayout> \ No newline at end of file