diff --git a/library/ui-strings/src/main/res/values/strings.xml b/library/ui-strings/src/main/res/values/strings.xml index 25daadb453..e0cd8f7919 100644 --- a/library/ui-strings/src/main/res/values/strings.xml +++ b/library/ui-strings/src/main/res/values/strings.xml @@ -3333,6 +3333,8 @@ Scan QR code Use the camera on this device to scan the QR code shown on your other device: + Secure connection established + Check your signed in device, the code below should be displayed. Confirm that the code below matches with that device: Open Element on your other device Go to Settings -> Security & Privacy Select \'Link a device\' @@ -3340,5 +3342,8 @@ Show QR code in this device Need an alternative method? Scan QR code + Connecting to device + Signing you in + No match? diff --git a/vector/src/main/res/drawable/ic_qr_code_login_connected.xml b/vector/src/main/res/drawable/ic_qr_code_login_connected.xml new file mode 100644 index 0000000000..48f5c6a383 --- /dev/null +++ b/vector/src/main/res/drawable/ic_qr_code_login_connected.xml @@ -0,0 +1,9 @@ + + + diff --git a/vector/src/main/res/drawable/ic_qr_code_login_failed.xml b/vector/src/main/res/drawable/ic_qr_code_login_failed.xml new file mode 100644 index 0000000000..f49e07c066 --- /dev/null +++ b/vector/src/main/res/drawable/ic_qr_code_login_failed.xml @@ -0,0 +1,10 @@ + + + diff --git a/vector/src/main/res/layout/fragment_qr_code_login_status.xml b/vector/src/main/res/layout/fragment_qr_code_login_status.xml new file mode 100644 index 0000000000..7fe8ea6c02 --- /dev/null +++ b/vector/src/main/res/layout/fragment_qr_code_login_status.xml @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + +