summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout-large/feedlist.xml3
-rw-r--r--res/layout/feeditemlist.xml3
-rw-r--r--res/layout/feedlist.xml4
3 files changed, 3 insertions, 7 deletions
diff --git a/res/layout-large/feedlist.xml b/res/layout-large/feedlist.xml
index 3e8664245..49261b88b 100644
--- a/res/layout-large/feedlist.xml
+++ b/res/layout-large/feedlist.xml
@@ -19,7 +19,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
- android:gravity="center"
- android:text="@string/no_feeds_label" />
+ android:gravity="center"/>
</LinearLayout> \ No newline at end of file
diff --git a/res/layout/feeditemlist.xml b/res/layout/feeditemlist.xml
index c2c51ba63..932cfb051 100644
--- a/res/layout/feeditemlist.xml
+++ b/res/layout/feeditemlist.xml
@@ -16,7 +16,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
- android:gravity="center"
- android:text="@string/no_items_label" />
+ android:gravity="center"/>
</LinearLayout> \ No newline at end of file
diff --git a/res/layout/feedlist.xml b/res/layout/feedlist.xml
index b88e2eb6e..0557d8aea 100644
--- a/res/layout/feedlist.xml
+++ b/res/layout/feedlist.xml
@@ -15,7 +15,5 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
- android:layout_gravity="center"
- android:text="@string/no_feeds_label" />
-
+ android:layout_gravity="center"/>
</LinearLayout> \ No newline at end of file