summaryrefslogtreecommitdiff
path: root/res/layout-large/feedlist.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-08-05 10:45:17 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-08-05 10:45:17 +0200
commit3f5e2faff941f220c7a882bfba4f86e85219d7ba (patch)
treeef72e4a84f92b74b7478b62f43652b13bf683530 /res/layout-large/feedlist.xml
parentca795a3fdc109804ddc73f65e57584a94812bf8b (diff)
downloadAntennaPod-3f5e2faff941f220c7a882bfba4f86e85219d7ba.zip
Do not display empty listview message while loading
Diffstat (limited to 'res/layout-large/feedlist.xml')
-rw-r--r--res/layout-large/feedlist.xml3
1 files changed, 1 insertions, 2 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