Branding
The Branding interface is responsible for changing the Biocapture Android SDK's branding. The SDK prefers resources and colors from the BcmBranding object and falls back to built-in resources only when no custom resource or property is provided.
The following properties are available for modification:
| Type | Asset Name | Description | Examples | | -- | -- | -- | -- | | Color | universalPrimary |
Tint color for control bars, navigation bars, and buttons.
|
| | Color | universalPrimaryDark | Tint
color for control bars, navigation bars, and buttons.
|
| | Color | fingerLiveBoundingBoxInitial |
Finger live preview. Initial bounding box color. | (see above) | | Color
| fingerLiveBoundingBoxScoreReached | Finger live preview. Bounding box color when the configured
score threshold is reached. | (see above) | | Color | fingerLiveUnselected | Finger live preview.
Bounding box color for fingers which are not selected.
|
| | Color | fingerLiveSelected |
Finger live preview. Bounding box color for fingers which are not selected.
|
| | Color | fingerSelected | Finger
selection view. Finger is selected color.
|
| | Color | fingerUnselected | Finger
selection view. Finger is unselected color. | (see above) | | Image Resource | scanLogo | Image,
which is always displayed at the top right of the scan screen.
|
| | Image | imageScanFragmentHandTemplate |
Thumbs image in scan view |
| Image | imageScanFragmentBothThumbsTemplate | Thumbs image in scan view
|
| Image | imageScanFragmentLeftThumbsTemplate | Thumbs image in scan view
|
| Image | imageScanFragmentLeftRightTemplate | Thumbs image in scan view
|
| Image | imageScanFragmentStatusLeftHand | Left hand image in scan view
|
| Image | imageScanFragmentStatusRightHand | Right hand image in scan view
|
| Image | imageScanFragmentStatusThumbs | Thumbs image in scan view
|
| Image | imageScanFragmentStatusLeftThumb | Right hand image in scan view
|
| Image | imageScanFragmentStatusRightThumb | Thumbs image in scan view
|
| Text | txtFingerSelectionPortraitRBtnRight | Right hand button text in portrait mode | | Text |
txtFingerSelectionPortraitRBtnLeft | Left hand button text in portrait mode | | Text |
txtFingerSelectionPortraitBtnAll | All hand button text in portrait mode | | Text |
txtFingerSelectionLandscapeBtnRightAll | Right hand all button text in landscape mode | | Text |
txtFingerSelectionLandscapeBtnLeftAll | Left hand all button text in landscape mode | | Text |
txtFingerSelectionTitle | Title in finger slection view | | Text | txtFingerSelectionStart | Start
button text in finger selection view | | Text | txtScanFragmentStatusLeftHand | Left hand text in
scan view | | Text | txtScanFragmentStatusRightHand | Right hand text in scan view | | Text |
txtScanFragmentStatusThumbs | Thumbs text in scan view | | Text | txtScanFragmentStatusLeftThumb |
Left Thumb text in scan view | | Text | txtScanFragmentStatusRightThumb | Right Thumb text in scan
view | | Text | txtScanFragmentBtnNext | Next button text in scan view | | Text |
txtScanFragmentBtnFinish | Finish button text in scan view | | Text | txtSwitchFingersTitle | Title
for dialog box in scan view | | Text | txtSwitchFingersBtnOk | Ok button text for dialog box in scan
view | | Text | txtIdCalibrationTitle | Title for dialog box in Id Calibration view | | Text |
txtScanIdCalibrationInfo | Information for Id calibration in Id calibation view |
Usage
For the usage, please refer to the class documentation of BcmBranding.