Android Branding Basics

Basic Customization

Due to properties of the Android theming system, no special runtime / code based theme customization can be done at this time. However, the native Android way of the customization can still be achieved. Customization involves creating and editing some Android xml resoruce files.

Info

Android theme customization will be easier if Android Studio is used.

Advanced Customization

  • Apply Styles to Specific Components In scenarios where further customization is needed, the style properties for individual views can be overridden as well. For more information on this type of customization please reach out to us.

  • Runtime Theming The Sensibill Android SDK has the ability to accept a programmatic theme at runtime if required. Please see this page for more details.