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

8 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:gravity="center_horizontal" style="@style/res_2131952592_uikit_viewgroup_linearlayout">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:layout_marginBottom="24dp" android:src="@drawable/img_remote_auth_not_found" android:importantForAccessibility="no"/>
<TextView android:layout_marginBottom="8dp" android:text="@string/qr_code_not_found" style="@style/res_2131952563_uikit_textview_h1"/>
<TextView android:textColor="?attr/colorHeaderSecondary" android:layout_marginBottom="32dp" android:text="@string/qr_code_not_found_description" android:textAlignment="center" style="@style/res_2131952561_uikit_textview"/>
<com.google.android.material.button.MaterialButton android:id="@+id/remote_auth_not_found_cancel_button" android:text="@string/cancel" style="@style/res_2131952456_uikit_material_button"/>
</LinearLayout>