summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-28 10:21:01 +0400
committerAndrew Dolgov <[email protected]>2013-05-28 10:21:01 +0400
commit882f3a370ecf602c91b834d090eaaac7cc01141a (patch)
tree63e12cdd7ffdf15b3d77eb9bd6a7aacf8a2a4d99 /res/layout
parentb87a1056d768b02abc1db897ec0f31c3cf5e118f (diff)
initial implementation of slidingmenu stuff
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feeds.xml15
-rw-r--r--res/layout/headlines.xml17
2 files changed, 1 insertions, 31 deletions
diff --git a/res/layout/feeds.xml b/res/layout/feeds.xml
index 72067ce0..05cc1606 100644
--- a/res/layout/feeds.xml
+++ b/res/layout/feeds.xml
@@ -4,21 +4,6 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
- <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" />
- </LinearLayout>
-
<FrameLayout
android:id="@+id/feeds_fragment"
android:background="?smallScreenBackground"
diff --git a/res/layout/headlines.xml b/res/layout/headlines.xml
index 9de7f87d..a0a67ac1 100644
--- a/res/layout/headlines.xml
+++ b/res/layout/headlines.xml
@@ -4,23 +4,8 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
- <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" />
- </LinearLayout>
-
<FrameLayout
- android:id="@+id/headlines_container"
+ android:id="@+id/headlines_fragment"
android:background="?smallScreenBackground"
android:layout_width="match_parent"
android:layout_height="match_parent" >