Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Questions:

  •  N/A

Technical Refinement

Description

To change Icon Color for specific brands:

...

intl-whitelabel-app/workspaces/frontend/native-assets/{brand}/{market}/android/app/src/main/res/values/colors.xml

Add the hex hexadecimal color after splashBGColor

Code Block
languagexml
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="splashBGColor">#F78224</color>
    <color name="notificationBGColor">{Hexadecimal Color}</color>
</resources>

Screenshots

  • N/A

POC

  • N/A

Impact Analysis

  • N/A

Dependencies

  • N/A

Unit Test

  • N/A

  • N/A