Updated on 2026-08-14
This commit is contained in:
parent
74e43f248e
commit
c7f606807f
2 changed files with 12 additions and 3 deletions
9
core/ui/src/main/res/drawable/ic_swap_28.xml
Normal file
9
core/ui/src/main/res/drawable/ic_swap_28.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="28dp"
|
||||
android:height="28dp"
|
||||
android:viewportWidth="28"
|
||||
android:viewportHeight="28">
|
||||
<path
|
||||
android:pathData="M18.221,10.776C22.333,10.776 25.667,14.11 25.667,18.222C25.667,22.334 22.333,25.667 18.221,25.667C14.109,25.667 10.775,22.333 10.775,18.222C10.775,14.11 14.109,10.777 18.221,10.776ZM17.152,17.301L15.115,17.81L15.418,19.024L16.653,18.715L15.859,20.967C15.792,21.158 15.821,21.37 15.939,21.535C16.056,21.701 16.246,21.8 16.448,21.8H21.177V20.55H17.332L18.107,18.351L20.146,17.842L19.843,16.629L18.606,16.938L19.401,14.686L18.223,14.269L17.152,17.301ZM9.779,2.333C13.861,2.333 17.173,5.617 17.223,9.687C15.365,9.902 13.689,10.708 12.386,11.914C12.441,11.727 12.47,11.525 12.47,11.307C12.47,10.301 11.878,9.682 10.618,9.389L10.15,9.285V7.188C10.814,7.268 11.267,7.687 11.287,8.22H12.337C12.306,7.139 11.452,6.367 10.15,6.258V5.585H9.461V6.258C8.108,6.377 7.28,7.124 7.28,8.244C7.28,9.195 7.892,9.847 9.014,10.121L9.461,10.236V12.451C8.715,12.366 8.231,11.963 8.18,11.386H7.115C7.12,12.516 8.026,13.277 9.461,13.372V14H10.15V13.367C10.608,13.328 11.005,13.23 11.336,13.076C10.451,14.259 9.865,15.679 9.687,17.222C5.617,17.172 2.333,13.86 2.333,9.779C2.333,5.667 5.667,2.333 9.779,2.333ZM10.15,10.36C11.004,10.525 11.4,10.863 11.4,11.421C11.4,12.038 10.942,12.417 10.15,12.462V10.36ZM9.461,9.146C8.741,9.006 8.355,8.657 8.355,8.159C8.356,7.627 8.818,7.219 9.461,7.184V9.146Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</vector>
|
||||
|
|
@ -355,10 +355,10 @@ internal sealed class WalletNotificationUM(val messageUM: TangemMessageUM, val t
|
|||
title = resourceReference(id = CoreResR.string.main_add_funds_promo_title),
|
||||
subtitle = resourceReference(id = CoreResR.string.main_add_funds_promo_description),
|
||||
iconUM = TangemIconUM.Icon(
|
||||
iconRes = CoreUiR.drawable.ic_coins_swap_24,
|
||||
tintReference = { TangemTheme.colors2.graphic.status.accent },
|
||||
iconRes = CoreUiR.drawable.ic_swap_28,
|
||||
tintReference = { TangemTheme.colors2.graphic.neutral.primary },
|
||||
),
|
||||
messageEffect = TangemMessageEffect.None,
|
||||
messageEffect = TangemMessageEffect.Magic,
|
||||
buttonsUM = persistentListOf(
|
||||
TangemMessageButtonUM(
|
||||
text = resourceReference(id = CoreResR.string.common_add_funds),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue