From d33b0f560fbc0bdba2dacaa859bccd0cff348c4e Mon Sep 17 00:00:00 2001 From: Jacek Date: Mon, 22 Jun 2015 12:04:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ed035..a40d7a3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Library that allows you to eaisly switch between your content, progress, error a You only show content, progress or error view. The switcher finds out what's currently visible and hides it. - + #How to use it? 1) Build your layout like this. It's important to pack your content, progress and error view into the same ```FrameLayout```. It won't work otherwise.