nut_fragment_web_pay.xml
1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.nut.android.sdk.view.layout.RectFrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.nut.android.sdk.view.loadWait.WhiteLoadWaitView
android:id="@+id/nutLoadWaitContent"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/nut_color_white">
<com.nut.android.sdk.view.web.WebViewWithProgress
android:id="@+id/nutWebCommon"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</com.nut.android.sdk.view.loadWait.WhiteLoadWaitView>
</com.nut.android.sdk.view.layout.RectFrameLayout>
<TextView
android:id="@+id/nutBtnClose"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:gravity="center"
android:text="关闭"
android:textColor="@color/nut_color_pay_wait"
android:textSize="16sp" />
</RelativeLayout>