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
Changing the colour of the CardView is not straightforward because in the above image the MasterCard Logo has black text in the image so I am not able to follow the colour conventions I have set out in the app. In addition, the CardView uses "@android:color/white" which is a colour I feel I should not override as it can affect other places or libraries.
Could this particular view use a different colour declaration ?
The text was updated successfully, but these errors were encountered:
We will need to provide updated image assets for the payment method type icons, just like the MasterCard one, you've mentioned. Offering more official/standardized support for dark mode is something we would like to do soon, though we don't have any estimate currently on when this will get completed.
General information
Issue description
I've been trying to convert the Braintree Drop-In UI to use dark colours but I ran into some issues trying to do that.
Using the advice here led me to override styles and colours from the library #99 like so
Which is looking like this
The problem however is that certain views do not use a style that I can hook into for example looking at this layout https://github.com/braintree/braintree-android-drop-in/blob/master/Drop-In/src/main/res/layout/bt_vaulted_payment_method_card.xml
Changing the colour of the
CardView
is not straightforward because in the above image the MasterCard Logo has black text in the image so I am not able to follow the colour conventions I have set out in the app. In addition, theCardView
uses"@android:color/white"
which is a colour I feel I should not override as it can affect other places or libraries.Could this particular view use a different colour declaration ?
The text was updated successfully, but these errors were encountered: