@olo/pay-react-native
Version:
Olo Pay React Native SDK
13 lines • 578 B
text/xml
<merge xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto">
<com.olo.olopay.controls.PaymentCardDetailsForm
android:id="@+id/rn_form_view"
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"/>
</merge>