summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-01-17 12:54:52 +0300
committerAndrew Dolgov <[email protected]>2012-01-17 12:54:52 +0300
commit70da9108468f72836bd4ea1d9d34fbdc59d36360 (patch)
tree04061251cdff6331718b57d71629dfa1ab4eafc3 /res/layout/main.xml
parent87e736462a27d90387ba41a16061a0827acfce47 (diff)
compatibility fixes for ICS (galaxy nexus)
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml60
1 files changed, 26 insertions, 34 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 0215f270..a0350695 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -1,5 +1,5 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/main_flipper"
+ android:id="@+id/main"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
@@ -12,45 +12,37 @@
<ProgressBar
android:id="@+id/loading_progress"
android:layout_width="wrap_content"
- android:layout_height="wrap_content" >
- </ProgressBar>
+ android:layout_height="wrap_content" />
<TextView
android:id="@+id/loading_message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="@string/loading_message" >
- </TextView>
+ android:text="@string/loading_message" />
</LinearLayout>
- <LinearLayout
- android:id="@+id/main"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" >
-
- <FrameLayout
- android:id="@+id/feeds_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/cats_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/headlines_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/article_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
- </FrameLayout>
- </LinearLayout>
+ <FrameLayout
+ android:id="@+id/feeds_fragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+ </FrameLayout>
+
+ <FrameLayout
+ android:id="@+id/cats_fragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+ </FrameLayout>
+
+ <FrameLayout
+ android:id="@+id/headlines_fragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+ </FrameLayout>
+
+ <FrameLayout
+ android:id="@+id/article_fragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+ </FrameLayout>
</FrameLayout> \ No newline at end of file