From 156778d77b3acc2560af48383606fad262109196 Mon Sep 17 00:00:00 2001 From: Evgeny Shishkin Date: Mon, 29 Apr 2013 20:33:57 +0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 478f6b4..1c81334 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,14 @@ public class MyProgressFragment extends ProgressFragment { } ``` +or if you use [ActionBarSherlock](https://github.com/JakeWharton/ActionBarSherlock) + +``` java +public class MyProgressFragment extends ProgressSherlockFragment { + // your code of fragment +} +``` + * Setup content view and empty text (optional) in `onActivityCreate()` method. ``` java @@ -87,4 +95,4 @@ License See the License for the specific language governing permissions and limitations under the License. -[1]: http://i50.tinypic.com/2b9jy9.png +[1]: http://i44.tinypic.com/34ffncx.png