Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-14 17:19:17 +08:00
parent c203e8cc52
commit a62354d5fb
13 changed files with 130 additions and 33 deletions

View file

@ -160,6 +160,7 @@
<string name="initial_message_tap_header">Tap the card</string>
<string name="internal_error_wallet_manager_not_found">Internal error: wallet manager not found</string>
<string name="key_invalidated_warning_description">You have updated biometrics, scan your card to enter</string>
<string name="main_empty_tokens_list_message">To begin tracking your crypto assets and transactions, add tokens.</string>
<string name="main_get_bonus_subtitle">You have completed all of the lessons, and are now eligible to receive your 1INCH tokens</string>
<plurals name="main_learn_subtitle">
<item quantity="one">Complete three lessons and receive %d 1INCH token to your wallet</item>

View file

@ -105,11 +105,13 @@ data class TangemDimens internal constructor(
val spacing38: Dp = 38.dp,
val spacing40: Dp = 40.dp,
val spacing44: Dp = 44.dp,
val spacing48: Dp = 48.dp,
val spacing50: Dp = 50.dp,
val spacing52: Dp = 52.dp,
val spacing54: Dp = 54.dp,
val spacing56: Dp = 56.dp,
val spacing92: Dp = 92.dp,
val spacing96: Dp = 96.dp,
val spacing154: Dp = 154.dp,
// endregion Spacing
)