You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to dynamically change the colors of the theming on the Credit card entry form. In our app we allow our clients to white label and choose their colors. Because of this we cannot declare whitelabel colors in the XML styles file. Is there a way to pass in a Style configuration when building the DropInConfiguration.Builder or the CardConfiguration.Builder?
For example, all I would want to do it something like this:
Thank you for reaching out.
It is not supported to dynamically pass the style through configuration.
Customization could only be done via overriding the styles declared in xml files.
On Thu, Dec 8, 2022, 07:41 Atef Etman ***@***.***> wrote:
Thank you for reaching out.
It is not supported to dynamically pass the style through configuration.
Customization could only be done via overriding the styles declared in xml
files.
—
Reply to this email directly, view it on GitHub
<#949 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEX6P6XDYZP5ZTIW27FVTATWMHJQDANCNFSM6AAAAAASXHPCPY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
Unfortunately, at the moment we don't have plans to support dynamic styling on Android. In case this changes in the future we'll make sure to update this ticket.
I'm trying to dynamically change the colors of the theming on the Credit card entry form. In our app we allow our clients to white label and choose their colors. Because of this we cannot declare whitelabel colors in the XML styles file. Is there a way to pass in a Style configuration when building the
DropInConfiguration.Builder
or theCardConfiguration.Builder
?For example, all I would want to do it something like this:
to change the color in the image from blue to whichever color our client as set as their whitelabel color.
The text was updated successfully, but these errors were encountered: