discord-jadx/app/src/main/res/layout/widget_auth_captcha.xml

15 lines
1.7 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" style="@style/res_2131952600_uikit_viewgroup_page">
<include layout="@layout/widget_auth_header"/>
<androidx.core.widget.NestedScrollView style="@style/res_2131952598_uikit_viewgroup_nestedscrollview_appbarscrollingviewbehavior">
<LinearLayout android:gravity="center_horizontal" android:padding="16dp" android:layout_height="wrap_content" style="@style/res_2131952595_uikit_viewgroup_linearlayout_rotatable">
<com.airbnb.lottie.LottieAnimationView style="@style/res_2131952386_uikit_anim_verify_by_phone"/>
<LinearLayout android:gravity="center_horizontal" android:layout_marginTop="16dp" android:layout_marginBottom="16dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<com.discord.views.ScreenTitleView android:id="@+id/screen_title" android:layout_width="match_parent" android:layout_height="wrap_content" app:stv_subtitle="@string/verify_by_recaptcha_description" app:stv_title="@string/verify_by_recaptcha"/>
<TextView android:textColor="?attr/colorTextLink" android:id="@+id/auth_captcha_help" android:layout_marginTop="8dp" android:layout_marginBottom="16dp" android:text="@string/captcha_issues" style="@style/res_2131952561_uikit_textview"/>
<com.google.android.material.button.MaterialButton android:id="@+id/auth_captcha_verify" android:text="@string/verify" style="@style/res_2131952388_uikit_authbutton_material"/>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>