react-native-braintree-dropin-ui
Version:
> React Native integration of Braintree Drop-in IOS V4 ANDROID V2 (Apple Pay &Android Pay Enabled)
17 lines (14 loc) • 642 B
text/xml
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:bt="http://schemas.android.com/apk/res-auto">
<com.braintreepayments.cardform.view.CardForm
android:id="@+id/bt_card_form"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<com.braintreepayments.api.dropin.view.AnimatedButtonView
android:id="@+id/bt_animated_button_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="40dp"
bt:bt_buttonText="@string/bt_add_card"/>
</merge>