aboutsummaryrefslogtreecommitdiff
path: root/res/layout-xlarge/main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2012-09-01 22:22:13 +0400
committerAndrew Dolgov <fox@fakecake.org>2012-09-01 22:22:13 +0400
commitb826481001889868a57fb37b80fcfd7b109ab1a8 (patch)
treed742b01a01b820ca7e8fd2675f35d4a1de1c27dd /res/layout-xlarge/main.xml
parent77352728e7085bf9883c2c7d94501bce1ab8e4cf (diff)
properly detect portrait orientation
move to ICS style of naming resources for various dpi bump version
Diffstat (limited to 'res/layout-xlarge/main.xml')
-rw-r--r--res/layout-xlarge/main.xml55
1 files changed, 0 insertions, 55 deletions
diff --git a/res/layout-xlarge/main.xml b/res/layout-xlarge/main.xml
deleted file mode 100644
index 9df4e048..00000000
--- a/res/layout-xlarge/main.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/main"
- android:layout_width="fill_parent"
- 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="0dp"
- android:layout_height="match_parent"
- 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:background="?headlinesBackground" >
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/article_fragment"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="0.6"
- android:background="?articleBackground" >
- </FrameLayout>
- </LinearLayout>
-
- <LinearLayout
- android:id="@+id/loading_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?loadingBackground"
- 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