Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilitate committed Aug 24, 2015
1 parent 2c5dc69 commit 65b468d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,12 @@ You can make use of a purpose built progress view which allows you to display ei
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
```
To get the following progress view displayed:

![Progess Widget](/readmeresources/VappStoreProgress.png "Progess Widget")

You can set the 'hideCount' or 'hideProgressBar' attributes on this widget in the layout file if you only which to display the progress bar or numeric respectively.

After referencing the widget in the code you can set it as the listener for the VappProgressReceiver as follows:

```
Expand Down

0 comments on commit 65b468d

Please sign in to comment.