diff --git a/docs/progressbarandroid.html b/docs/progressbarandroid.html index 6bf69538d2f..3932c00b523 100644 --- a/docs/progressbarandroid.html +++ b/docs/progressbarandroid.html @@ -12,7 +12,7 @@ that the app is loading or there is some activity in the app.
Example:
style={styles.loadingComponent} /> ); -},Style of the ProgressBar. One of:
Used to locate this view in end-to-end tests.
Color of the progress bar.
Style of the ProgressBar. One of:
Used to locate this view in end-to-end tests.
Example:
<UIExplorerBlock title="Large Inverse ProgressBar"> <ProgressBar styleAttr="LargeInverse" /> </UIExplorerBlock> + + <UIExplorerBlock title="Large Red ProgressBar"> + <ProgressBar styleAttr="Large" color="red" /> + </UIExplorerBlock> </UIExplorerPage> ); },