From 72975a9a030d1b5d3c36789fa8d1f5159f91170d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 27 Feb 2013 10:39:23 +0400 Subject: properly report when feeds/cats list is empty, bump version --- res/layout/cats_fragment.xml | 43 ++++++++++++++++++++++++++++-------- res/layout/feeds_fragment.xml | 51 ++++++++++++++++++++++++++++++------------- 2 files changed, 70 insertions(+), 24 deletions(-) (limited to 'res/layout') diff --git a/res/layout/cats_fragment.xml b/res/layout/cats_fragment.xml index b47f9595..5f057688 100644 --- a/res/layout/cats_fragment.xml +++ b/res/layout/cats_fragment.xml @@ -1,12 +1,37 @@ - - + - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml index 2204feb8..c3840059 100644 --- a/res/layout/feeds_fragment.xml +++ b/res/layout/feeds_fragment.xml @@ -1,16 +1,37 @@ - - + - - - - - - - - + android:id="@+id/feeds_fragment" + android:layout_width="match_parent" + android:layout_height="fill_parent" > + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-54-g00ecf