discord-jadx/app/src/main/res/layout/widget_discord_hub_email_co...

11 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/res_2131952598_uikit_viewgroup_nestedscrollview_appbarscrollingviewbehavior">
<LinearLayout android:gravity="center" android:padding="16dp" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<ImageView android:layout_gravity="center_horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="16dp" android:src="@drawable/bg_discord_hub_email_confirmation" android:scaleType="centerCrop" android:importantForAccessibility="no"/>
<TextView android:textSize="@dimen/uikit_textsize_xxlarge" android:textColor="?attr/colorHeaderPrimary" android:gravity="center" android:id="@+id/discord_hub_email_confirmation_header_title" android:layout_marginBottom="8dp" android:text="@string/hub_waitlist_modal_join_header" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?attr/colorHeaderSecondary" android:gravity="center" android:layout_marginBottom="24dp" android:text="@string/member_verification_email_confirmation_subtitle" style="@style/res_2131952561_uikit_textview"/>
<com.discord.utilities.view.text.LinkifiedTextView android:textAppearance="@style/res_2131952532_uikit_textappearance_bold" android:textSize="@dimen/uikit_textsize_small" android:id="@+id/discord_hub_email_confirmation_resend" android:text="@string/member_verification_email_resend" style="@style/res_2131952570_uikit_textview_link"/>
<com.discord.utilities.view.text.LinkifiedTextView android:textAppearance="@style/res_2131952532_uikit_textappearance_bold" android:textSize="@dimen/uikit_textsize_small" android:id="@+id/discord_hub_email_confirmation_different" android:layout_marginTop="16dp" android:text="@string/hub_email_confirmation_different_email" style="@style/res_2131952570_uikit_textview_link"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>