summaryrefslogtreecommitdiff
path: root/res/layout/feeds_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-05 20:22:31 +0300
committerAndrew Dolgov <[email protected]>2011-12-05 20:22:31 +0300
commit6a9178fe2e3f3160d05bbe4f197cf040ca1409cc (patch)
tree25f3445a6e6d15f446ac4b688c90881f6d421318 /res/layout/feeds_fragment.xml
parent826a83fb8cbb6902fec41574168c6573df6a9bcc (diff)
implement offline feedlist
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 32f2d229..b5651dd6 100644
--- a/res/layout/feeds_fragment.xml
+++ b/res/layout/feeds_fragment.xml
@@ -7,5 +7,10 @@
<TextView android:layout_width="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/loading_message" android:layout_height="wrap_content" ></TextView>
</LinearLayout>
<ListView android:id="@+id/feeds" android:layout_height="match_parent" android:layout_width="match_parent"></ListView>
+
+ <TextView android:id="@+id/no_unread_feeds"
+ android:visibility="invisible"
+ android:layout_gravity="center" android:color="#909090"
+ android:textAppearance="?android:attr/textAppearanceLarge" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/no_unread_feeds"></TextView>
</FrameLayout>