discord-jadx/app/src/main/res/layout-v22/widget_hub_authentication.xml

16 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:gravity="center" android:layout_width="match_parent" android:layout_height="match_parent" android:baselineAligned="false" style="@style/UiKit_ViewGroup_Page_LinearLayout">
<com.google.android.material.appbar.AppBarLayout style="@style/AppTheme_AppBarLayout_Flat">
<androidx.appcompat.widget.Toolbar app:navigationContentDescription="@string/close" app:navigationIcon="?attr/ic_action_bar_back" style="@style/AppTheme_Toolbar_Transparent"/>
</com.google.android.material.appbar.AppBarLayout>
<androidx.core.widget.NestedScrollView android:layout_width="match_parent" android:layout_height="match_parent" style="@style/UiKit_ViewGroup_NestedScrollView_AppBarScrollingViewBehavior">
<LinearLayout android:gravity="center_horizontal" android:padding="16dp" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/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_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/title" android:layout_marginBottom="8dp" android:text="@string/hub_verify_email_address" style="@style/UiKit_TextView_H1_Bold"/>
<com.discord.utilities.view.text.LinkifiedTextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?attr/colorHeaderSecondary" android:gravity="center" android:id="@+id/description" android:layout_marginBottom="24dp" android:text="@string/hub_pin_description" style="@style/UiKit_TextView"/>
<TextView android:textSize="@dimen/uikit_textsize_small" android:id="@+id/contact_sync_permissions_subtitle" android:layout_marginLeft="16dp" android:layout_marginRight="16dp" android:layout_marginBottom="8dp" android:text="@string/hub_enter_pin" android:lineSpacingMultiplier="1" android:textAllCaps="true" android:layout_marginHorizontal="16dp" style="@style/UiKit_TextView_Bold"/>
<com.discord.views.CodeVerificationView android:id="@+id/verification" android:layout_width="match_parent" android:layout_height="wrap_content" app:cvv_character_format="xxxx-xxxx" app:cvv_character_input_type="1"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>