Customization
You can customize the AuthenteqFlow
appearance with a custom color scheme by extending the AuthenteqThemeBase
class:
Description
A visual representation of these properties are available in section UI Customization.
Attribute name | Type | Description |
| enum | Type of Authenteq log. Possible values: |
| color | Primary color of your color scheme |
| color | Text color |
| font-family | Font family. |
| color | Color for success flow symbols |
| color | Background color for all screens |
| color | Background color for fields at Scan document review screens |
| color | Color for table view cells separator |
| color | Color for selected buttons text |
| color | Background color for selected buttons |
| drawable | Custom image for passport scan instructions. We recommended using images smaller than 300dp |
| drawable | Custom image for driver's license instructions. We recommended using images smaller than 300dp |
| drawable | Custom image for id card instructions. We recommended using images smaller than 300dp |
| drawable | Custom image for liveness instructions. We recommended using images smaller than 300dp |
| reference | Custom image/animation for NFC chip presence verification instructions in the document. Resource can be Image or MPEG/Lottie file animation. |
| reference | Custom image/animation for NFC document scan instructions. Resource can be Image or MPEG/Lottie file animation. |
| reference | Custom image/animation for NFC document inside scan instructions. Resource can be Image or MPEG/Lottie file animation. |
| drawable | Custom image for proof of address scan instructions. We recommend using images smaller than 300dp |
| drawable | Custom icon for ID document. We recommend using images smaller than 250dp |
| drawable | Custom icon for proof of address. We recommend using images smaller than 250dp |
Create custom font family
See detailed guide about how to create custom font family https://developer.android.com/guide/topics/ui/look-and-feel/fonts-in-xml
SDK requires next font-family structure
Applying custom theme
You can apply it at
AndroidManifest.xml
You can use created theme as input parameter for start activity methods
Last updated