UNPKG

react-native-payment-gateway

Version:

this module for payment gateway, first gateway is midtrans payment gateway, i hope all payment gateway so you can contribute to this module

29 lines (25 loc) 1.06 kB
<?xml version="1.0" encoding="utf-8"?> <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="?attr/actionBarSize" android:orientation="vertical"> <android.support.v7.widget.Toolbar android:id="@+id/main_toolbar" style="@style/ThemeOverlay.AppCompat.ActionBar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:background="@color/white" app:contentInsetLeft="0dp" app:contentInsetStart="0dp" app:contentInsetStartWithNavigation="0dp" app:layout_collapseMode="pin" app:title=""> <include layout="@layout/toolbar_custom_layout" /> </android.support.v7.widget.Toolbar> <include android:id="@+id/layout_total_amount" layout="@layout/layout_total_amount" android:layout_width="match_parent" android:layout_height="wrap_content" /> </LinearLayout>