File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 7
7
<FrameLayout
8
8
android : id =" @+id/card_number_input_container"
9
9
android : layout_width =" match_parent"
10
+ android : layoutDirection =" ltr"
10
11
android : layout_height =" wrap_content" >
11
12
12
13
<com .stripe.android.view.CardNumberTextInputLayout
44
45
android : layout_width =" match_parent"
45
46
android : layout_height =" wrap_content"
46
47
android : baselineAligned =" false"
48
+ android : layoutDirection =" ltr"
47
49
android : orientation =" horizontal" >
48
50
49
51
<com .google.android.material.textfield.TextInputLayout
55
57
android : layout_marginEnd =" @dimen/stripe_add_card_expiry_middle_margin"
56
58
android : layout_weight =" 1"
57
59
android : hint =" @string/stripe_acc_label_expiry_date"
60
+ android : layoutDirection =" ltr"
58
61
app : placeholderText =" @string/stripe_expiry_date_hint" >
59
62
60
63
<com .stripe.android.view.ExpiryDateEditText
77
80
android : layout_marginTop =" @dimen/stripe_add_card_element_vertical_margin"
78
81
android : layout_marginEnd =" @dimen/stripe_add_card_expiry_middle_margin"
79
82
android : layout_weight =" 1"
83
+ android : layoutDirection =" ltr"
80
84
app : placeholderText =" @string/stripe_cvc_multiline_helper" >
81
85
82
86
<com .stripe.android.view.CvcEditText
You can’t perform that action at this time.
0 commit comments