apkfuckery/com.discord/res/layout/widget_remote_auth_not_foun...

8 lines
1010 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center_horizontal" style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_xlarge" android:src="@drawable/img_remote_auth_not_found" android:importantForAccessibility="no" />
<TextView android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/qr_code_not_found" style="@style/UiKit.TextView.H1" />
<TextView android:textColor="?colorHeadingSecondary" android:layout_marginBottom="@dimen/uikit_spacing_xxlarge" android:text="@string/qr_code_not_found_description" android:textAlignment="center" style="@style/UiKit.TextView" />
<Button android:id="@id/remote_auth_not_found_cancel_button" android:text="@string/cancel" style="@style/UiKit.Button" />
</LinearLayout>