discord-jadx/app/src/main/res/layout/widget_auth_mfa_info.xml
Juby210 7b1810ed2e
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:51:56 +02:00

10 lines
808 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/UiKit_Material_Button_Fit"/>
</LinearLayout>
</LinearLayout>