discord-jadx/app/src/main/res/layout/widget_settings_enable_mfa_input.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

6 lines
798 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:gravity="center" android:layout_gravity="center" android:layout_margin="16dp" style="@style/UiKit_ViewGroup_Page_LinearLayout">
<TextView android:textSize="24sp" android:textColor="?attr/primary_100" android:layout_marginBottom="8dp" android:text="@string/two_fa_login_label" style="@style/UiKit_TextView"/>
<TextView android:layout_marginLeft="8dp" android:layout_marginRight="8dp" android:layout_marginBottom="24dp" android:text="@string/two_fa_login_body" style="@style/UiKit_TextView"/>
<com.discord.views.CodeVerificationView android:id="@+id/user_settings_mfa_enable_input_code" android:layout_marginTop="16dp" style="@style/UiKit_ViewGroup"/>
</LinearLayout>