summaryrefslogtreecommitdiff
path: root/res/layout-xlarge-port/main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-01 22:22:13 +0400
committerAndrew Dolgov <[email protected]>2012-09-01 22:22:13 +0400
commitb826481001889868a57fb37b80fcfd7b109ab1a8 (patch)
treed742b01a01b820ca7e8fd2675f35d4a1de1c27dd /res/layout-xlarge-port/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-port/main.xml')
-rw-r--r--res/layout-xlarge-port/main.xml60
1 files changed, 0 insertions, 60 deletions
diff --git a/res/layout-xlarge-port/main.xml b/res/layout-xlarge-port/main.xml
deleted file mode 100644
index b640efcf..00000000
--- a/res/layout-xlarge-port/main.xml
+++ /dev/null
@@ -1,60 +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="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="?articleBackground"
- android:layout_weight="0.5" >
- </FrameLayout>
- </LinearLayout>
- </LinearLayout>
-
- <LinearLayout
- android:id="@+id/loading_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="center"
- android:background="?loadingBackground"
- 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