From 3f5e2faff941f220c7a882bfba4f86e85219d7ba Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Mon, 5 Aug 2013 10:45:17 +0200 Subject: Do not display empty listview message while loading --- res/layout-large/feedlist.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'res/layout-large') 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"/> \ No newline at end of file -- cgit v1.2.3