Android Style
Currently, some styles can't be configured through JS codes on the Android side. But these styles can be configured through
res/values/styles.xml
as follow.<!--Configure the style for player cta button-->
<style name="FwCtaButtonStyle" parent="FwCtaButtonParentStyle">
<item name="android:backgroundTint">@color/fw_cta_bg_bluelake</item>
<item name="android:textColor">@color/white</item>
<item name="android:fontFamily">sans-serif</item>
</style>
Last modified 2mo ago