Updated on 2026-08-14
This commit is contained in:
parent
0365d4cafc
commit
b861d63402
11 changed files with 82 additions and 30 deletions
|
|
@ -2,4 +2,5 @@ package com.tangem.core.ui.test
|
|||
|
||||
object MarketTooltipTestTags {
|
||||
const val CONTAINER = "MARKETS_TOOLTIP_CONTAINER"
|
||||
const val CLOSE_BUTTON = "MARKETS_TOOLTIP_CLOSE_BUTTON"
|
||||
}
|
||||
10
core/ui/src/main/res/drawable/ic_plus_18.xml
Normal file
10
core/ui/src/main/res/drawable/ic_plus_18.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="18"
|
||||
android:viewportHeight="18">
|
||||
<path
|
||||
android:pathData="M9,0C13.971,0 18,4.029 18,9C18,13.971 13.971,18 9,18C4.029,18 0,13.971 0,9C0,4.029 4.029,0 9,0ZM8.359,4.465V8.358H4.466V9.642H8.359V13.535H9.642V9.642H13.535V8.358H9.642V4.465H8.359Z"
|
||||
android:fillColor="#0099FF"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue