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

12 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" 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_loaded" android:importantForAccessibility="no"/>
<TextView android:gravity="center" android:text="@string/qr_code_login_confirm" style="@style/res_2131952563_uikit_textview_h1"/>
<TextView android:textColor="@color/status_red_500" android:layout_marginTop="8dp" android:text="@string/confirm_qr_description" android:textAlignment="center" style="@style/res_2131952561_uikit_textview"/>
<androidx.cardview.widget.CardView android:visibility="gone" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="24dp" app:cardBackgroundColor="?attr/colorBackgroundSecondary" app:cardCornerRadius="4dp" app:cardElevation="0dp">
<com.google.android.material.switchmaterial.SwitchMaterial android:textColor="?attr/colorHeaderPrimary" android:id="@+id/remote_auth_temporary_switch" android:text="@string/confirm_qr_keep_me_signed_in" style="@style/res_2131952454_uikit_listitem_switch"/>
</androidx.cardview.widget.CardView>
<com.google.android.material.button.MaterialButton android:id="@+id/remote_auth_login_button" android:layout_marginTop="24dp" android:layout_marginBottom="8dp" android:text="@string/confirm_qr_login_on_computer" style="@style/res_2131952456_uikit_material_button"/>
<com.google.android.material.button.MaterialButton android:textColor="?attr/colorHeaderPrimary" android:id="@+id/remote_auth_cancel_button" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/cancel" style="@style/res_2131952469_uikit_material_button_transparent"/>
</LinearLayout>