Note: Available from version:16.0.2.7
Mobile SDK allows you to create styled application. At this moment you can change main color, background and logo.
To change main color of application, change primary-color variable in: YOUR_APP_FOLDER/src/resources/style/variables.sass file by setting color in hex
e.g. $primary-color: #FF0000
To change background of application replace YOUR_APP_FOLDER/src/resources/background.svg file or add your svg background file to
YOUR_APP_FOLDER/src/resources folder and change variable “primary-background-path” in YOUR_APP_FOLDER/src/resources/style/variables.sass.
e.g. $primary-background-path: "../your_custom_background.svg"
To update application logo replace YOUR_APP_FOLDER/src/resources/logo.png file or add your own png logo file and change YOUR_APP_FOLDER/src/resources folder and change variable “primary-logo-path” in YOUR_APP_FOLDER/src/resources/style/variables.sass.
e.g. $primary-logo-path: "../your_custom_logo.png"