Files
2026-04-05 01:00:07 -05:00

40 lines
1.5 KiB
XML

<?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">
<com.stripe.hcaptcha.webview.HCaptchaWebView
android:id="@+id/a4u"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<LinearLayout
android:gravity="center"
android:orientation="vertical"
android:id="@+id/u5"
android:background="@android:color/white"
android:padding="20dp"
android:focusable="true"
android:clickable="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true">
<ImageView
android:layout_width="150dp"
android:layout_height="wrap_content"
android:src="@drawable/i5"
android:adjustViewBounds="true"
android:contentDescription="@string/a34"/>
<ProgressBar
android:layout_gravity="center"
android:paddingTop="20dp"
android:paddingBottom="20dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:indeterminate="true"/>
<TextView
android:layout_gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/a33"/>
</LinearLayout>
</RelativeLayout>