From 65b468d73cf812021c44e7efb0ccec7a0c273f79 Mon Sep 17 00:00:00 2001 From: vasilitate Date: Mon, 24 Aug 2015 16:31:29 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ee1b4e4..6c5a4a1 100644 --- a/README.md +++ b/README.md @@ -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: ```