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

11 lines
823 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/AppAlertDialog">
<TextView android:id="@+id/server_settings_delete_server_header" android:text="@string/two_fa" style="@style/AppAlertDialogHeader"/>
<LinearLayout style="@style/AppAlertDialogContent">
<com.discord.utilities.view.text.LinkifiedTextView android:id="@+id/widget_auth_mfa_info_text" android:text="@string/two_fa_download_app_body" style="@style/AppAlertDialogText"/>
</LinearLayout>
<LinearLayout style="@style/AppAlertDialogFooter">
<com.google.android.material.button.MaterialButton android:id="@+id/widget_auth_mfa_info_okay" android:text="@string/okay" style="@style/res_2131952457_uikit_material_button_fit"/>
</LinearLayout>
</LinearLayout>