Skip to content

Customize User Interface

The Mobile version of the Document Reader SDK provides a wide range of UI customization options, such as changing colors, texts, indicators, etc. See the details by the links below.

Info

Document Reader SDK Release 8.1 introduces the redesigned mobile UI (including new layout, OS themes support, and more). Explore the details on subsidiary pages. The previous UI version is deprecated, but still available for use for the next several releases.

Applying Changes on Android

Applying customization settings on Android is different from iOS. You need not only to change the selected parameter's value, but also to call the specific method to apply changes. See the details below.

apply() Use this method to change customization settings in advance—before the camera is opened. If you try to adjust the values in runtime, when the camera is already launched, changes won't take effect.
applyImmediately(context) Use this method to immediately apply changes in runtime—even when the camera is already started. You can also set the parameters before launching the camera, the same as the `apply()` method does.