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

13 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" 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:id="@+id/discord_hub_email_header_image" android:layout_width="match_parent" android:layout_height="150dp" android:layout_marginBottom="16dp" android:src="@drawable/bg_discord_hub_email_verification" android:scaleType="fitCenter" android:importantForAccessibility="no"/>
<TextView android:textSize="@dimen/uikit_textsize_xxlarge" android:textColor="?attr/colorHeaderPrimary" android:gravity="center" android:id="@+id/discord_hub_email_header_title" android:layout_marginBottom="8dp" android:text="@string/hub_waitlist_modal_join_header" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<com.discord.utilities.view.text.LinkifiedTextView android:textSize="@dimen/uikit_textsize_medium" android:textColor="?attr/colorHeaderSecondary" android:gravity="center" android:id="@+id/discord_hub_email_header_description" android:layout_marginBottom="24dp" android:text="@string/hub_waitlist_modal_join_subheader" android:lineSpacingMultiplier="1" style="@style/res_2131952561_uikit_textview"/>
<com.google.android.material.textfield.TextInputLayout android:id="@+id/discord_hub_email_header_description_email_input_layout" android:layout_marginBottom="8dp" android:hint="@string/hub_waitlist_modal_form_title" app:expandedHintEnabled="false" style="@style/res_2131952543_uikit_textinputlayout">
<com.google.android.material.textfield.TextInputEditText android:textColorHint="?attr/colorTextMuted" android:id="@+id/discord_hub_email_header_description_email_input" android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/hub_email_connection_content_input_placeholder" style="@style/res_2131952550_uikit_textinputlayout_edittext_singleline_email"/>
</com.google.android.material.textfield.TextInputLayout>
<TextView android:textSize="@dimen/uikit_textsize_medium" android:textColor="?attr/colorHeaderSecondary" android:id="@+id/discord_hub_email_label" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/hub_waitlist_modal_form_description" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>