Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkil committed Apr 29, 2013
1 parent d999066 commit 156778d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 156778d

Please sign in to comment.