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

13 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/res_2131952600_uikit_viewgroup_page">
<include layout="@layout/widget_auth_header"/>
<androidx.core.widget.NestedScrollView android:layout_height="match_parent" style="@style/res_2131952598_uikit_viewgroup_nestedscrollview_appbarscrollingviewbehavior">
<LinearLayout android:gravity="center_horizontal" android:orientation="vertical" android:paddingLeft="16dp" android:paddingRight="16dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="80dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:textAppearance="@style/res_2131952532_uikit_textappearance_bold" android:textSize="@dimen/uikit_textsize_xxlarge" android:textColor="?attr/colorHeaderPrimary" android:gravity="center" android:layout_marginBottom="8dp" android:text="@string/reset_password_title" android:lineSpacingMultiplier="1" style="@style/res_2131952561_uikit_textview"/>
<TextView android:textAppearance="@style/res_2131952531_uikit_textappearance" android:textColor="?attr/colorHeaderSecondary" android:gravity="center" android:layout_marginBottom="16dp" android:text="@string/password_recovery_external_link_description" style="@style/res_2131952572_uikit_textview_medium"/>
<com.google.android.material.button.MaterialButton android:id="@+id/auth_reset_password_submit" android:text="@string/continue_in_browser" style="@style/res_2131952388_uikit_authbutton_material"/>
<com.google.android.material.button.MaterialButton android:id="@+id/auth_reset_password_back" android:text="@string/back_to_login" android:backgroundTint="?attr/colorButtonSecondary" style="@style/res_2131952388_uikit_authbutton_material"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>