From 2c12a4b67761ac74f0acb4590d21ce9b5c42cecb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 22 Nov 2011 15:49:21 +0300 Subject: more cleanup, initial async apirequest stuff --- res/layout/feeds_fragment.xml | 12 +++--------- res/layout/headlines_fragment.xml | 13 +++---------- res/layout/main.xml | 8 -------- res/values/strings.xml | 5 +---- 4 files changed, 7 insertions(+), 31 deletions(-) (limited to 'res') diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml index 9b22dce8..09a975ee 100644 --- a/res/layout/feeds_fragment.xml +++ b/res/layout/feeds_fragment.xml @@ -2,14 +2,8 @@ - - - - + android:layout_height="fill_parent"> + + diff --git a/res/layout/headlines_fragment.xml b/res/layout/headlines_fragment.xml index 4be9fe5b..ffcad32c 100644 --- a/res/layout/headlines_fragment.xml +++ b/res/layout/headlines_fragment.xml @@ -2,15 +2,8 @@ - - - - - + android:layout_height="fill_parent" android:id="@+id/headlines_fragment"> + + diff --git a/res/layout/main.xml b/res/layout/main.xml index 65a5be25..86fcf5fa 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -8,14 +8,6 @@ - - - - - - - - diff --git a/res/values/strings.xml b/res/values/strings.xml index c24d6911..72aa1cb6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -24,9 +24,6 @@ Login failed: username or password incorrect. Logged in. No unread feeds. - Offline - Online - Synchronizing... - No articles found. + No unread headlines. Loading, please wait... -- cgit v1.2.3