summaryrefslogtreecommitdiff
path: root/res/layout/headlines.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/headlines.xml')
-rw-r--r--res/layout/headlines.xml17
1 files changed, 1 insertions, 16 deletions
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" >