summaryrefslogtreecommitdiff
path: root/res/layout/feeds_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/feeds_fragment.xml')
-rw-r--r--res/layout/feeds_fragment.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml
index 9d2db1cc..9b22dce8 100644
--- a/res/layout/feeds_fragment.xml
+++ b/res/layout/feeds_fragment.xml
@@ -7,12 +7,9 @@
<ListView android:layout_weight="1"
android:layout_width="match_parent" android:id="@+id/feeds" android:layout_height="match_parent"></ListView>
</LinearLayout>
- <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: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>