summaryrefslogtreecommitdiff
path: root/res/layout/headlines.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-28 13:34:00 +0400
committerAndrew Dolgov <[email protected]>2013-05-28 13:34:00 +0400
commit28cda6ae325ce4e5dc88f129a4ae633fcffd7622 (patch)
treeb7e5409e1bf1b7ceaab86e031d2cfbe9ca6eb329 /res/layout/headlines.xml
parentedf345d21e9ddb3a69b6cc61513590b04771cfb2 (diff)
reinstate loading_container but hide it by default
Diffstat (limited to 'res/layout/headlines.xml')
-rw-r--r--res/layout/headlines.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/layout/headlines.xml b/res/layout/headlines.xml
index a0a67ac1..8174b539 100644
--- a/res/layout/headlines.xml
+++ b/res/layout/headlines.xml
@@ -4,6 +4,20 @@
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:visibility="gone" >
+
+ <TextView
+ android:id="@+id/loading_message"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceLarge" />
+ </LinearLayout>
+
<FrameLayout
android:id="@+id/headlines_fragment"
android:background="?smallScreenBackground"