summaryrefslogtreecommitdiff
path: root/res/layout/headlines_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-05 21:32:45 +0300
committerAndrew Dolgov <[email protected]>2011-12-05 21:32:45 +0300
commit18fd39e56820ba7bc94d9124102d683e918809a5 (patch)
tree91dff3a6c56f532bff4d119dc8d202fa1989cd2e /res/layout/headlines_fragment.xml
parent6a9178fe2e3f3160d05bbe4f197cf040ca1409cc (diff)
implement basic offline headline/article fragments
Diffstat (limited to 'res/layout/headlines_fragment.xml')
-rw-r--r--res/layout/headlines_fragment.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/headlines_fragment.xml b/res/layout/headlines_fragment.xml
index 83174697..2fb8ffde 100644
--- a/res/layout/headlines_fragment.xml
+++ b/res/layout/headlines_fragment.xml
@@ -8,4 +8,9 @@
<ProgressBar android:layout_width="wrap_content" style="?android:attr/progressBarStyleLarge" android:id="@+id/loading_progress" android:layout_height="wrap_content"></ProgressBar>
<TextView android:layout_width="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/loading_message" android:layout_height="wrap_content" ></TextView>
</LinearLayout>
+ <TextView android:id="@+id/no_headlines"
+ 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_headlines"></TextView>
+
</FrameLayout>