Updated on 2026-08-14
This commit is contained in:
parent
0391e50dc8
commit
cb36d5cf25
28 changed files with 78 additions and 61 deletions
|
|
@ -1,8 +0,0 @@
|
|||
package com.tangem.utils
|
||||
|
||||
object Strings {
|
||||
|
||||
const val STARS = "\u2217\u2217\u2217"
|
||||
const val DOT = "•"
|
||||
const val PLUS = "+"
|
||||
}
|
||||
12
core/utils/src/main/java/com/tangem/utils/StringsSigns.kt
Normal file
12
core/utils/src/main/java/com/tangem/utils/StringsSigns.kt
Normal 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 = "~"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue