diff --git a/loc/en.json b/loc/en.json index ab9940cda..782c3d0a9 100644 --- a/loc/en.json +++ b/loc/en.json @@ -401,6 +401,7 @@ "list_tryagain": "Try again", "looks_like_bip38": "This looks like a password-protected private key (BIP38)", "reorder_title": "Reorder Wallets", + "scan_in_progress": "Scan in progress", "select_no_bitcoin": "There are currently no Bitcoin wallets available.", "select_no_bitcoin_exp": "A Bitcoin wallet is required to refill Lightning wallets. Please create or import one.", "select_wallet": "Select Wallet", diff --git a/screen/send/ScanQRCode.js b/screen/send/ScanQRCode.js index 24a6ed415..d3a9f1d48 100644 --- a/screen/send/ScanQRCode.js +++ b/screen/send/ScanQRCode.js @@ -70,7 +70,7 @@ const styles = StyleSheet.create({ position: 'absolute', }, backdoorInputWrapper: { position: 'absolute', left: '5%', top: '0%', width: '90%', height: '70%', backgroundColor: 'white' }, - progressWrapper: { position: 'absolute', right: '50%', top: '50%', backgroundColor: 'rgba(255, 255, 255, 0.1)' }, + progressWrapper: { position: 'absolute', alignSelf: 'center', alignItems: 'center', top: '50%', padding: 8, borderRadius: 8 }, backdoorInput: { height: '50%', marginTop: 5, @@ -105,6 +105,7 @@ const ScanQRCode = () => { openSettingsContainer: { backgroundColor: colors.brandingColor, }, + progressWrapper: { backgroundColor: colors.brandingColor, borderColor: colors.foregroundColor, borderWidth: 4 }, }); const HashIt = function (s) { return createHash('sha256').update(s).digest().toString('hex'); @@ -270,13 +271,13 @@ const ScanQRCode = () => { )} {urTotal > 0 && ( - + + {loc.wallets.scan_in_progress} {urHave} / {urTotal} )} - {backdoorVisible && ( Provide QR code contents manually: