Skip to content

Commit c4f33b1

Browse files
author
farfromrefug
committed
readme/doc
1 parent 9ed7c7f commit c4f33b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

467467
Boolean 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

475475
String value used for setting the color of the progress bar. You can set it to hex values ("*#FF0000*") and/or predefined colors ("*green*").
476476

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,13 @@ <h1 align="center">@nativescript-community/ui-image</h1>
274274
<pre><code class="language-xml"><span class="hl-1">&lt;@nativescript-community/ui-image:Img progressiveRenderingEnabled=&quot;true&quot;/&gt;</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">&lt;@nativescript-community/ui-image:Img showProgressBar=&quot;true&quot;/&gt;</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 (&quot;<em>#FF0000</em>&quot;) and/or predefined colors (&quot;<em>green</em>&quot;).</p>
286286
<pre><code class="language-xml"><span class="hl-1">&lt;@nativescript-community/ui-image:Img progressBarColor=&quot;blue&quot;/&gt;</span>

0 commit comments

Comments
 (0)