Updated on 2026-08-14
This commit is contained in:
commit
f3b5dc2102
11 changed files with 119 additions and 107 deletions
|
|
@ -91,7 +91,8 @@
|
|||
app:destination="@id/confirmTransactionFragment" />
|
||||
<action
|
||||
android:id="@+id/action_prepareTransactionFragment_to_qrScanFragment"
|
||||
app:destination="@id/qrScanFragment" />
|
||||
app:destination="@id/qrScanFragment"
|
||||
app:enterAnim="@anim/nav_default_enter_anim" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/signTransactionFragment"
|
||||
|
|
@ -113,7 +114,7 @@
|
|||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/qrScanFragment"
|
||||
android:name="com.tangem.ui.fragment.QrScanFragment"
|
||||
android:name="com.tangem.ui.fragment.qr.QrScanFragment"
|
||||
android:label="QrScanFragment" >
|
||||
</fragment>
|
||||
<fragment
|
||||
|
|
@ -176,7 +177,8 @@
|
|||
android:label="PrepareCryptonitOtherApiWithdrawalFragment" >
|
||||
<action
|
||||
android:id="@+id/action_prepareCryptonitOtherApiWithdrawalFragment_to_qrScanFragment"
|
||||
app:destination="@id/qrScanFragment" />
|
||||
app:destination="@id/qrScanFragment"
|
||||
app:enterAnim="@anim/nav_default_enter_anim"/>
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/prepareCryptonitWithdrawalFragment"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
<string name="general_notification_scan_again_to_verify">Scanner à nouveau pour vérifier la carte</string>
|
||||
<string name="general_status_reading">READING…</string>
|
||||
<string name="general_wallet_empty">Le porte-monnaie est vide</string>
|
||||
<string name="general_toast_no_permission">L\'utilisateur n\'a pas obtenu l\'autorisation d\'utiliser la caméra</string>
|
||||
|
||||
<!-- Paramètres -->
|
||||
<string name="settings_title">Paramètres</string>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
<string name="general_notification_scan_again_to_verify">Scan again to verify the card</string>
|
||||
<string name="general_status_reading">READING…</string>
|
||||
<string name="general_wallet_empty">The wallet is empty</string>
|
||||
<string name="general_toast_no_permission">User hasn\'t granted permission to use camera</string>
|
||||
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="settings_title">Settings</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue