From 36c1d6498c9664d38740de08e959905d8ab1eef9 Mon Sep 17 00:00:00 2001 From: Samuel Maskell Date: Wed, 15 Jul 2020 18:31:29 -0700 Subject: [PATCH 1/2] Allow CardMultilineWidget's TextInputLayout's to be styled --- stripe/res/layout/card_multiline_widget.xml | 8 ++++---- stripe/res/values/styles.xml | 7 +++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/stripe/res/layout/card_multiline_widget.xml b/stripe/res/layout/card_multiline_widget.xml index b4964e3de09..7d7a622b53a 100644 --- a/stripe/res/layout/card_multiline_widget.xml +++ b/stripe/res/layout/card_multiline_widget.xml @@ -9,7 +9,7 @@ android:layout_height="wrap_content" android:hint="@string/acc_label_card_number" android:layout_marginTop="@dimen/stripe_add_card_element_vertical_margin" - style="@style/Widget.Design.TextInputLayout" + style="@style/Stripe.CardMultilineWidget.TextInputLayout" > + + + From fc18ae7a259ac6bdba781d659269529dc5c0fe0b Mon Sep 17 00:00:00 2001 From: Samuel Maskell Date: Thu, 16 Jul 2020 10:31:25 -0700 Subject: [PATCH 2/2] Fix parent theme reference --- stripe/res/values/styles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stripe/res/values/styles.xml b/stripe/res/values/styles.xml index 4a5cd20d01b..dbb41a53149 100644 --- a/stripe/res/values/styles.xml +++ b/stripe/res/values/styles.xml @@ -48,7 +48,7 @@