mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-03-14 16:34:00 +01:00
13 lines
499 B
XML
13 lines
499 B
XML
![]() |
<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>
|