react-native-midtrans-payment-gateway
Version:
Midtrans payment gateway forked from 'https://github.com/aldente05/react-native-payment-gateway'
23 lines (21 loc) • 938 B
text/xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:id="@+id/container_saved_card"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<com.midtrans.sdk.uikit.widgets.FancyButton
android:id="@+id/btn_add_card"
style="@style/ButtonSecondary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="19dp"
app:fb_iconPaddingRight="@dimen/four_dp"
app:fb_iconResource="@drawable/ic_plus_new"
app:fb_text="@string/add_new_card" />
</LinearLayout>