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

24 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/res_2131952600_uikit_viewgroup_page">
<ScrollView android:layout_height="match_parent" android:layout_above="@+id/alert_verify_email_anchor" style="@style/res_2131952608_uikit_viewgroup_scrollview">
<LinearLayout android:layout_gravity="center_vertical" style="@style/res_2131952412_uikit_copy_container">
<com.airbnb.lottie.LottieAnimationView style="@style/res_2131952384_uikit_anim_verify_by_email"/>
<LinearLayout style="@style/res_2131952408_uikit_copy">
<TextView android:text="@string/verify_by_email" style="@style/res_2131952563_uikit_textview_h1"/>
<TextView android:gravity="center" android:layout_marginTop="16dp" android:text="@string/verify_email_body" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
</LinearLayout>
</ScrollView>
<LinearLayout android:id="@+id/alert_verify_email_anchor" android:layout_alignParentBottom="true" style="@style/res_2131952409_uikit_copy_anchor">
<FrameLayout style="@style/res_2131952411_uikit_copy_anchor_item_rotatable">
<com.google.android.material.button.MaterialButton android:id="@+id/alert_verify_email_resend" android:text="@string/resend_email" style="@style/res_2131952456_uikit_material_button"/>
</FrameLayout>
<FrameLayout style="@style/res_2131952411_uikit_copy_anchor_item_rotatable">
<com.google.android.material.button.MaterialButton android:id="@+id/alert_verify_email_change" android:text="@string/change_email_short" style="@style/res_2131952469_uikit_material_button_transparent"/>
</FrameLayout>
</LinearLayout>
<com.google.android.material.appbar.AppBarLayout style="@style/res_2131951639_apptheme_appbarlayout_flat_transparent">
<androidx.appcompat.widget.Toolbar style="@style/res_2131951670_apptheme_toolbar_transparent"/>
</com.google.android.material.appbar.AppBarLayout>
</RelativeLayout>