summaryrefslogtreecommitdiff
path: root/res/layout/feeds_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-09 13:23:56 +0400
committerAndrew Dolgov <[email protected]>2011-09-09 13:23:56 +0400
commit7393ab7631bfe138263ea8ffe2be4e012908d6c9 (patch)
treef8566f19e0f5cab65fd773c8939f24aa19442f9e /res/layout/feeds_fragment.xml
parent38028b1e7e47b239a4942c851a04c9903fc684c3 (diff)
various activity lifecycle-related fixes
Diffstat (limited to 'res/layout/feeds_fragment.xml')
-rw-r--r--res/layout/feeds_fragment.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml
index 90bf1907..9d2db1cc 100644
--- a/res/layout/feeds_fragment.xml
+++ b/res/layout/feeds_fragment.xml
@@ -10,4 +10,9 @@
<ProgressBar android:layout_height="wrap_content"
android:layout_width="wrap_content" android:visibility="invisible"
android:layout_gravity="center" android:id="@+id/loading_progress"/>
+ <TextView android:id="@+id/no_unread_feeds"
+ android:visibility="invisible"
+ android:layout_gravity="center"
+ android:textAppearance="?android:attr/textAppearanceLarge" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/no_unread_feeds"></TextView>
+
</FrameLayout>