#aditya_10116
1 messages · Page 1 of 1 (latest)
Hello aditya_10116, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• https://discord.com/channels/841573134531821608/1164117629141794856, 0 days ago, 26 messages
Could you share more details ?
<com.stripe.android.view.CardFormView
android:id="@+id/cardInputWidget"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
Hers's my code to create a custom payment UI to fetch user card details.
But, I cannot see more options to customize this views backgound and text colors.
Checking..
You can pass app:backgroundColorStateList="@color/card_form_view_bg_color_overriden"
Do we have proper documentations to customize the CardFormView?
I was looking at public documenation however I can find only documentations
for PaymentSheet
But nothing for CardForm
In this case you need to check the public specification:
https://stripe.dev/stripe-android/payments-core/com.stripe.android.view/-card-form-view/index.html
Sure, Thanks! This gave me a lead.