Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-12 16:30:49 +02:00
parent 0391e50dc8
commit cb36d5cf25
28 changed files with 78 additions and 61 deletions

View file

@ -1,8 +0,0 @@
package com.tangem.utils
object Strings {
const val STARS = "\u2217\u2217\u2217"
const val DOT = ""
const val PLUS = "+"
}

View file

@ -0,0 +1,12 @@
package com.tangem.utils
object StringsSigns {
const val STARS = "\u2217\u2217\u2217"
const val DOT = ""
const val PLUS = "+"
const val MINUS = "-"
const val DASH_SIGN = ""
const val LOWER_SIGN = "<"
const val TILDE_SIGN = "~"
}