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

24 lines
2.8 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" style="@style/res_2131952601_uikit_viewgroup_page_linearlayout">
<LinearLayout android:id="@+id/notice_header_container" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:id="@+id/disable_delete_header" android:padding="16dp" android:text="@string/disable_account" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<View style="@style/res_2131952422_uikit_divider"/>
</LinearLayout>
<androidx.core.widget.NestedScrollView style="@style/res_2131952597_uikit_viewgroup_nestedscrollview">
<LinearLayout android:paddingLeft="16dp" android:paddingTop="8dp" android:paddingRight="16dp" android:paddingBottom="8dp" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<TextView android:textSize="14dp" android:id="@+id/disable_delete_body" style="@style/res_2131952561_uikit_textview"/>
<com.google.android.material.textfield.TextInputLayout android:id="@+id/disable_delete_password_wrap" android:hint="@string/form_label_password" style="@style/res_2131952557_uikit_textinputlayout_primary_password">
<com.google.android.material.textfield.TextInputEditText style="@style/res_2131952551_uikit_textinputlayout_edittext_singleline_password"/>
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout android:id="@+id/disable_delete_code_wrap" android:hint="@string/two_fa_auth_code" style="@style/res_2131952556_uikit_textinputlayout_primary">
<com.google.android.material.textfield.TextInputEditText android:imeOptions="actionDone" style="@style/res_2131952548_uikit_textinputlayout_edittext_singleline"/>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<LinearLayout style="@style/res_2131952416_uikit_dialog_buttoncontainer">
<com.google.android.material.button.MaterialButton android:textColor="?attr/primary_100" android:id="@+id/disable_delete_cancel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/cancel" style="@style/res_2131952469_uikit_material_button_transparent"/>
<com.discord.views.LoadingButton android:layout_gravity="center_vertical" android:id="@+id/disable_delete_confirm" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="8dp" app:lb_background_color="@color/status_red_500" app:lb_progress_color="@color/white" app:lb_text="@string/disable" app:lb_text_color="@drawable/button_text_color_primary_100"/>
</LinearLayout>
</LinearLayout>