fiuu-mobile-xdk-reactnative
Version:
Razer Merchant Services mobile payment for React Native
23 lines (20 loc) • 818 B
text/xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/MPContainer"
tools:context="com.molpayxdk.MOLPayActivity">
<WebView
android:id="@+id/MPMainUI"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentTop="false"
android:layout_centerHorizontal="true" />
<WebView
android:id="@+id/MPMOLPayUI"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentTop="false"
android:layout_centerHorizontal="true" />
</RelativeLayout>