summaryrefslogtreecommitdiff
path: root/res/layout-xlarge/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge/main.xml')
-rw-r--r--res/layout-xlarge/main.xml45
1 files changed, 24 insertions, 21 deletions
diff --git a/res/layout-xlarge/main.xml b/res/layout-xlarge/main.xml
index 283e35ae..3278ff22 100644
--- a/res/layout-xlarge/main.xml
+++ b/res/layout-xlarge/main.xml
@@ -5,47 +5,50 @@
>
<LinearLayout
- android:id="@+id/loading_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="center"
- android:orientation="vertical" >
-
- <TextView
- android:id="@+id/loading_message"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- 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" >
+ android:layout_height="match_parent"
+ android:orientation="horizontal" >
<FrameLayout
android:id="@+id/feeds_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="0.3" >
+ android:layout_weight="0.3"
+ android:background="?feedlistBackground" >
</FrameLayout>
<FrameLayout
android:id="@+id/headlines_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="0.4" >
+ android:layout_weight="0.4"
+ android:background="?headlinesBackground" >
</FrameLayout>
<FrameLayout
android:id="@+id/article_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="0.6" >
+ android:layout_weight="0.6"
+ android:background="?articleHeader" >
</FrameLayout>
</LinearLayout>
+ <LinearLayout
+ android:id="@+id/loading_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:gravity="center"
+ android:orientation="vertical" >
+
+ <TextView
+ android:id="@+id/loading_message"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:gravity="center_horizontal"
+ android:text="@string/loading_message"
+ android:textAppearance="?android:attr/textAppearanceLarge" />
+ </LinearLayout>
+
</FrameLayout> \ No newline at end of file