Skip to content

Commit edd84d9

Browse files
update to internal commit b6a66178
1 parent 980be7e commit edd84d9

File tree

13 files changed

+15
-14
lines changed

13 files changed

+15
-14
lines changed

_includes/sidelist-programming/programming-android-v10.4.3000.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-multi-barcodes.html" class="otherLinkColour">Enable Multiple Barcodes Scanning</a></li>
1010
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-improve-performance.html" class="otherLinkColour">Improve the Performance</a></li>
1111
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-customize-ui.html" class="otherLinkColour">Customize the Scanner UI</a></li>
12-
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-additional-settings.html" class="otherLinkColour">Add Addtional Settings</a></li>
12+
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-additional-settings.html" class="otherLinkColour">Add additional Settings</a></li>
1313
</ul>
1414
</li>
1515
<li lang="android" ><a class="otherLinkColour">Develop with Foundational APIs</a>

_includes/sidelist-programming/programming-android.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-multi-barcodes.html" class="otherLinkColour">Switch Single & Multiple Scanning Modes</a></li>
1010
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-improve-performance.html" class="otherLinkColour">Improve the Performance</a></li>
1111
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-customize-ui.html" class="otherLinkColour">Customize the Scanner UI</a></li>
12-
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-additional-settings.html" class="otherLinkColour">Add Addtional Settings</a></li>
12+
<li lang="android" ><a href="{{ site.android }}user-guide/scanner-additional-settings.html" class="otherLinkColour">Add additional Settings</a></li>
1313
</ul>
1414
</li>
1515
<li lang="android" ><a class="otherLinkColour">Develop with Foundational APIs</a>

_includes/sidelist-programming/programming-maui.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,12 @@
303303
</li>
304304

305305
<li lang="maui" class="category">USEFUL RESOURCES</li>
306-
<li lang="maui"><a href="{{ site.dbr_maui }}release-notes/" class="otherLinkColour">Release Notes</a>
306+
<li lang="maui"><a href="{{ site.dcv_maui }}release-notes/" class="otherLinkColour">Release Notes</a>
307307
<ul lang="maui">
308-
<li lang="maui"><a href="{{ site.dbr_maui }}release-notes/maui-10.html" class="otherLinkColour">10.x</a></li>
308+
<li lang="maui"><a href="{{ site.dcv_maui }}release-notes/maui-2.html" class="otherLinkColour">2.x</a></li>
309309
</ul>
310310
</li>
311+
311312
<li lang="maui" ><a href="{{ site.dbr_maui }}migrate-from-xamarin-to-maui.html" class="otherLinkColour">Migrate from Xamarin Forms</a></li>
312313

313314
<li lang="maui" class="category">OTHERS</li>

_includes/sidelist-programming/programming-oc-v10.4.3000.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-multi-barcodes.html" class="otherLinkColour">Enable Multiple Barcodes Scanning</a></li>
1111
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-improve-performance.html" class="otherLinkColour">Improve the Performance</a></li>
1212
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-customize-ui.html" class="otherLinkColour">Customize the Scanner UI</a></li>
13-
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-additional-settings.html" class="otherLinkColour">Add Addtional Settings</a></li>
13+
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-additional-settings.html" class="otherLinkColour">Add additional Settings</a></li>
1414
</ul>
1515
</li>
1616

_includes/sidelist-programming/programming-oc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-multi-barcodes.html" class="otherLinkColour">Switch Single & Multiple Scanning Modes</a></li>
1111
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-improve-performance.html" class="otherLinkColour">Improve the Performance</a></li>
1212
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-customize-ui.html" class="otherLinkColour">Customize the Scanner UI</a></li>
13-
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-additional-settings.html" class="otherLinkColour">Add Addtional Settings</a></li>
13+
<li lang="objectivec-swift" ><a href="{{ site.oc }}user-guide/scanner-additional-settings.html" class="otherLinkColour">Add additional Settings</a></li>
1414
</ul>
1515
</li>
1616

programming-old/android/ui-configurations-v9.6.20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cameraView.setOverlayColour(0xff00ff00, 0x00000000);
5454

5555
## How to Add clickable Torchlight Button
5656

57-
In the `cameraView`, there is a build-in clickable torch button that can control the status of the torchlight. By invoking APIs, you can control the parameters such as position, size and icon of the button.
57+
In the `cameraView`, there is a built-in clickable torch button that can control the status of the torchlight. By invoking APIs, you can control the parameters such as position, size and icon of the button.
5858

5959
To display the torch button on the UI:
6060

programming-old/android/ui-configurations-v9.6.40.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cameraView.setOverlayColour(0xff00ff00, 0x00000000);
5454

5555
## How to Add clickable Torchlight Button
5656

57-
In the `cameraView`, there is a build-in clickable torch button that can control the status of the torchlight. By invoking APIs, you can control the parameters such as position, size and icon of the button.
57+
In the `cameraView`, there is a built-in clickable torch button that can control the status of the torchlight. By invoking APIs, you can control the parameters such as position, size and icon of the button.
5858

5959
To display the torch button on the UI:
6060

programming-old/objectivec-swift/ui-configurations-v9.6.20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dceCameraView.setOverlayColour(strokeColour, fill: fillcolour)
4949

5050
## How to Add clickable Torchlight Button
5151

52-
In the `cameraView`, there is a build-in clickable torch button that can control the status of the torchlight. By invoking APIs, you can control the parameters such as position, size and icon of the button.
52+
In the `cameraView`, there is a built-in clickable torch button that can control the status of the torchlight. By invoking APIs, you can control the parameters such as position, size and icon of the button.
5353

5454
To display the torch button on the UI:
5555

programming/android/release-notes/android-10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ permalink: /programming/android/release-notes/android-10.html
3737

3838
### New
3939

40-
- Added a new component `BarcodeScanner`. Users can quickly set up a barcode scanning app with the build-in UI of `BarcodeScanner`. The following classes are added to use the `BarcodeScanner` component:
40+
- Added a new component `BarcodeScanner`. Users can quickly set up a barcode scanning app with the built-in UI of `BarcodeScanner`. The following classes are added to use the `BarcodeScanner` component:
4141
- [`BarcodeScannerActivity`]({{ site.dbr_android_api }}barcode-scanner/barcode-scanner-activity.html): The main class of `BarcodeScanner`. It is an activity class that implements barcode decoding features.
4242
- [`BarcodeScannerConfig`]({{ site.dbr_android_api }}barcode-scanner/barcode-scanner-config.html): The class that provides barcode scanning configurations.
4343
- [`BarcodeScanResult`]({{ site.dbr_android_api }}barcode-scanner/barcode-scan-result.html): The result class.

programming/android/user-guide/ui-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Set the style of the highlight overlays with a use defined style:
6868

6969
## How to Add a Clickable Torchlight Button
7070

71-
In the `cameraView`, there is a build-in clickable torch button that can control the status of the torchlight. By invoking APIs, you can control the parameters such as position, size and icon of the button.
71+
In the `cameraView`, there is a built-in clickable torch button that can control the status of the torchlight. By invoking APIs, you can control the parameters such as position, size and icon of the button.
7272

7373
To display the torch button on the UI:
7474

0 commit comments

Comments
 (0)