1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-03-14 16:34:00 +01:00
wulkanowy-mirror/app/src/main/res/layout/dialog_captcha.xml

13 lines
499 B
XML
Raw Normal View History

<androidx.constraintlayout.widget.ConstraintLayout 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"
tools:context=".ui.modules.captcha.CaptchaDialog">
<WebView
android:id="@+id/captcha_webview"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</androidx.constraintlayout.widget.ConstraintLayout>