41 lines
1.8 KiB
XML
41 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:fitsSystemWindows="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:windowSoftInputMode="adjustResize">
|
|
<FrameLayout
|
|
android:id="@+id/a4x"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:layout_behavior="@string/fz">
|
|
<com.stripe.android.view.PaymentAuthWebView
|
|
android:id="@+id/a4w"
|
|
android:focusable="true"
|
|
android:focusableInTouchMode="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:windowSoftInputMode="adjustResize"/>
|
|
</FrameLayout>
|
|
<com.google.android.material.appbar.AppBarLayout
|
|
android:fitsSystemWindows="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:elevation="@dimen/a0s">
|
|
<androidx.appcompat.widget.Toolbar
|
|
android:theme="@style/ln"
|
|
android:id="@+id/a3n"
|
|
android:background="?attr/kv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="?attr/g"
|
|
app:title="@string/a9c"/>
|
|
</com.google.android.material.appbar.AppBarLayout>
|
|
<com.google.android.material.progressindicator.CircularProgressIndicator
|
|
android:layout_gravity="center"
|
|
android:id="@+id/zj"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:indeterminate="true"
|
|
style="@style/a1s"/>
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|