summaryrefslogtreecommitdiff
path: root/res/layout-land/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land/main.xml')
-rw-r--r--res/layout-land/main.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/res/layout-land/main.xml b/res/layout-land/main.xml
new file mode 100644
index 00000000..717231cf
--- /dev/null
+++ b/res/layout-land/main.xml
@@ -0,0 +1,42 @@
+<ViewFlipper xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" android:id="@+id/main_flipper">
+
+ <FrameLayout android:layout_gravity="center_vertical" android:id="@+id/sync_splash" android:layout_width="match_parent" android:layout_height="match_parent">
+ <LinearLayout android:gravity="center" android:id="@+id/linearLayout1" android:layout_width="match_parent" android:layout_height="match_parent">
+ <ProgressBar android:id="@+id/loading_progress" android:layout_height="wrap_content" android:layout_width="wrap_content" style="?android:attr/progressBarStyleLarge"></ProgressBar>
+ <TextView android:textAppearance="?android:attr/textAppearanceLarge" android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/loading_message" android:text="@string/loading_message"></TextView>
+ </LinearLayout>
+ </FrameLayout>
+
+ <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" android:id="@+id/main">
+
+ <LinearLayout android:layout_weight="1.5" android:layout_height="match_parent" android:id="@+id/linearLayout4" android:layout_width="match_parent">
+
+ <LinearLayout android:layout_height="match_parent" android:id="@+id/feeds_container"
+ android:layout_weight="1"
+
+ android:layout_width="match_parent">
+ </LinearLayout>
+
+ <ImageView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:background="?feedlistDivider"
+ android:paddingLeft="2dip" android:paddingRight="2dip"
+ android:layout_width="wrap_content" android:layout_height="match_parent"></ImageView>
+
+ </LinearLayout>
+ <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="0.5" android:id="@+id/headlines_wrapper">
+ <LinearLayout android:layout_width="match_parent" android:layout_weight="1" android:id="@+id/headlines_container" android:layout_height="match_parent">
+ </LinearLayout>
+
+ <ImageView android:paddingRight="2dip" android:layout_height="match_parent" android:background="?feedlistDivider" android:layout_width="wrap_content" android:paddingLeft="2dip"></ImageView>
+
+ <LinearLayout android:layout_weight="1" android:visibility="gone" android:layout_width="match_parent" android:id="@+id/article_container" android:layout_height="match_parent"></LinearLayout>
+ </LinearLayout>
+
+
+ </LinearLayout>
+
+
+</ViewFlipper> \ No newline at end of file