react-native-zeturf-adyen-payment
Version:
React Native Adyen Payment Native Module
69 lines • 4.33 kB
text/xml
<resources xmlns:ns1="http://schemas.android.com/tools">
<color name="indicator_color">#1F000000</color>
<color name="overlay">#55000000</color>
<dimen name="bottom_sheet_corner_radius">16dp</dimen>
<dimen name="bottom_sheet_top_padding">8dp</dimen>
<dimen name="indicator_height">4dp</dimen>
<dimen name="indicator_width">26dp</dimen>
<dimen name="pay_button_height">60dp</dimen>
<string name="action_failed">Error proceeding with payment. Please try again.</string>
<string name="change_payment_method">Change payment method</string>
<string name="component_error">An unexpected error happened.</string>
<string name="continue_button">Continue</string>
<string name="credit_card">Credit Card</string>
<string name="other_payment_methods">Other payment methods</string>
<string name="pay_button">Pay</string>
<string name="pay_button_with_value">Pay %s</string>
<string name="payment_failed">Error sending payment. Please try again.</string>
<string name="payment_methods_header">Payment methods</string>
<string name="store_payment_methods_header">Saved Payment Methods</string>
<string name="time_out_error">Request timed out. Please try again.</string>
<style name="AdyenCheckout.BaseBottomSheetDialog" parent="@style/Theme.Design.Light.BottomSheetDialog">
<item name="android:windowIsFloating">false</item>
<item name="bottomSheetStyle">@style/AdyenCheckout.BottomSheet</item>
<item name="android:windowSoftInputMode">adjustResize</item>
</style>
<style name="AdyenCheckout.BottomSheet" parent="@style/Widget.Design.BottomSheet.Modal">
<item name="android:background">@drawable/bg_bottom_sheet_dialog_fragment</item>
</style>
<style name="AdyenCheckout.BottomSheetDialogTheme" parent="AdyenCheckout.BaseBottomSheetDialog"/>
<style name="AdyenCheckout.BottomSheetIndicator">
<item name="android:layout_width">@dimen/indicator_width</item>
<item name="android:layout_height">@dimen/indicator_height</item>
<item name="android:layout_gravity">center</item>
<item name="android:layout_marginTop">@dimen/standard_quarter_margin</item>
<item name="android:layout_marginBottom">@dimen/standard_half_margin</item>
<item name="android:background">@drawable/bottom_sheet_indicator</item>
</style>
<style name="AdyenCheckout.Button.Colored" parent="Widget.AppCompat.Button.Colored">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">@dimen/pay_button_height</item>
<item name="android:layout_marginBottom">@dimen/standard_half_margin</item>
<item name="android:layout_marginLeft">@dimen/standard_margin</item>
<item name="android:layout_marginRight">@dimen/standard_margin</item>
<item name="android:textColor">@color/white</item>
<item name="android:theme">@style/AdyenCheckout.PrimaryFlatButton</item>
</style>
<style name="AdyenCheckout.PrimaryFlatButton" parent="Theme.AppCompat.Light">
<item name="android:buttonStyle">@style/Widget.AppCompat.Button.Borderless.Colored</item>
<item name="colorAccent">@color/primaryColor</item>
</style>
<style name="AdyenCheckout.TextAppearance.HeaderTitle">
<item name="android:paddingStart">@dimen/standard_margin</item>
<item name="android:paddingLeft">@dimen/standard_margin</item>
<item name="android:paddingTop">@dimen/standard_half_margin</item>
<item name="android:paddingEnd">@dimen/standard_margin</item>
<item name="android:paddingRight">@dimen/standard_margin</item>
<item name="android:textAllCaps">true</item>
<item name="android:textColor">@color/textColor</item>
<item name="android:textIsSelectable">false</item>
<item name="android:textSize">14sp</item>
<item name="android:textStyle">bold</item>
</style>
<style name="AdyenCheckout.TextAppearance.HeaderTitle.Card" parent="AdyenCheckout.TextAppearance.HeaderTitle">
<item name="android:paddingStart">0dp</item>
<item name="android:paddingLeft">0dp</item>
</style>
<style name="ThreeDS2Theme" parent="AdyenCheckout" ns1:ignore="PrivateResource"/>
</resources>