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
87 lines (76 loc) • 3.75 kB
text/xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<android.support.design.widget.TextInputLayout
android:id="@+id/container_user_id"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusable="true"
android:focusableInTouchMode="true"
android:paddingLeft="@dimen/sixteen_dp"
android:paddingRight="@dimen/sixteen_dp"
android:paddingTop="@dimen/sixteen_dp">
<android.support.design.widget.TextInputEditText
android:id="@+id/edit_user_id"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/klikbca_user_id_hint"
android:inputType="text"
android:maxLength="100"
android:maxLines="1" />
</android.support.design.widget.TextInputLayout>
<com.midtrans.sdk.uikit.widgets.DefaultTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/twenty_four_dp"
android:paddingLeft="@dimen/sixteen_dp"
android:paddingRight="@dimen/sixteen_dp"
android:text="@string/instruction"
android:textColor="@color/dark_gray"
android:textSize="@dimen/primary_text_size" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/sixteen_dp"
android:background="@color/light_gray"
android:paddingBottom="@dimen/five_dp"
android:paddingLeft="@dimen/sixteen_dp"
android:paddingRight="@dimen/sixteen_dp"
android:paddingTop="@dimen/five_dp">
<com.midtrans.sdk.uikit.widgets.DefaultTextView
android:layout_width="@dimen/twenty_four_dp"
android:layout_height="wrap_content"
android:text="@string/number_instruction1" />
<com.midtrans.sdk.uikit.widgets.DefaultTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/klikbca_instruction_1"
android:textColor="@color/black"
android:textSize="@dimen/secondary_text_size" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/eight_dp"
android:lineSpacingExtra="2dp"
android:paddingLeft="@dimen/sixteen_dp"
android:paddingRight="@dimen/sixteen_dp">
<com.midtrans.sdk.uikit.widgets.DefaultTextView
android:layout_width="@dimen/twenty_four_dp"
android:layout_height="wrap_content"
android:text="@string/number_instruction2" />
<com.midtrans.sdk.uikit.widgets.DefaultTextViewWithLink
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/klikbca_instruction_2"
android:textColor="@color/black"
android:textSize="@dimen/secondary_text_size" />
</LinearLayout>
</LinearLayout>
</LinearLayout>