File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -462,15 +462,15 @@ Boolean value used for enabling or disabling the streaming of progressive JPEG i
462462<@nativescript-community/ui-image:Img progressiveRenderingEnabled="true"/>
463463```
464464
465- - ** showProgressBar** (Android only)
465+ - ** showProgressBar**
466466
467467Boolean value used for showing or hiding the progress bar.
468468
469469``` xml
470470<@nativescript-community/ui-image:Img showProgressBar="true"/>
471471```
472472
473- - ** progressBarColor** (Android only)
473+ - ** progressBarColor**
474474
475475String value used for setting the color of the progress bar. You can set it to hex values ("* #FF0000* ") and/or predefined colors ("* green* ").
476476
Original file line number Diff line number Diff line change @@ -274,13 +274,13 @@ <h1 align="center">@nativescript-community/ui-image</h1>
274274< pre > < code class ="language-xml "> < span class ="hl-1 "> <@nativescript-community/ui-image:Img progressiveRenderingEnabled="true"/></ span >
275275</ code > < button > Copy</ button > </ pre >
276276< ul >
277- < li > < strong > showProgressBar</ strong > (Android only) </ li >
277+ < li > < strong > showProgressBar</ strong > </ li >
278278</ ul >
279279< p > Boolean value used for showing or hiding the progress bar.</ p >
280280< pre > < code class ="language-xml "> < span class ="hl-1 "> <@nativescript-community/ui-image:Img showProgressBar="true"/></ span >
281281</ code > < button > Copy</ button > </ pre >
282282< ul >
283- < li > < strong > progressBarColor</ strong > (Android only) </ li >
283+ < li > < strong > progressBarColor</ strong > </ li >
284284</ ul >
285285< p > String value used for setting the color of the progress bar. You can set it to hex values ("< em > #FF0000</ em > ") and/or predefined colors ("< em > green</ em > ").</ p >
286286< pre > < code class ="language-xml "> < span class ="hl-1 "> <@nativescript-community/ui-image:Img progressBarColor="blue"/></ span >
You can’t perform that action at this time.
0 commit comments