This commit is contained in:
spaced4ndy
2026-07-07 12:51:21 +04:00
parent c48362f2f3
commit 0b861cb0dc
6 changed files with 20 additions and 3 deletions
@@ -0,0 +1,16 @@
{
"images" : [
{
"filename" : "signature.plain.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true,
"template-rendering-intent" : "template"
}
}
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 960 960" fill="#000000"><g transform="translate(480.0 480.0) scale(1.542857) translate(-650.8595 600.0000)"><path d="M546-463q85-58 133.5-128T728-732q0-42-14-65t-38-23q-57 0-97 85t-40 200q0 20 1.5 38t5.5 34ZM618-320q-32 0-57.5-14T517-375q-19 11-38.5 20T439-337q-12 5-23 .5T400-353q-5-12 .5-23.5T418-393q20-8 38.5-17t35.5-19q-7-23-10-49.5t-3-56.5q0-146 55.5-245.5T676-880q51 0 81.5 41T788-729q0 88-57.5 172T570-406q10 13 22 19.5t26 6.5q30 0 62.5-23t61.5-67q8-11 19.5-14.5T785-483q12 6 19 17.5t5 25.5q-2 15-1.5 30t2.5 32q9-5 18.5-11.5T848-404q10-8 22.5-9.5T893-407q10 8 11 21t-8 21q-22 21-45.5 33T806-320q-24 0-39-17t-18-49q-29 32-62.5 49T618-320Z"/></g></svg>

After

Width:  |  Height:  |  Size: 738 B

@@ -214,7 +214,7 @@ fun SendMsgView(
menuItems.add {
ItemAction(
generalGetString(MR.strings.sign_message),
painterResource(MR.images.ic_verified),
painterResource(MR.images.ic_signature),
onClick = {
if (signMessageAlertShown.state.value) {
sendSignedMessage()
@@ -109,7 +109,7 @@ private fun CIMetaText(
}
if (meta.msgSigned == MsgSigStatus.Verified) {
Spacer(Modifier.width(4.dp))
StatusIconText(painterResource(MR.images.ic_verified), color)
StatusIconText(painterResource(MR.images.ic_signature), color)
}
if (showTimestamp) {
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 960 960" fill="#000000"><g transform="translate(480.0 480.0) scale(1.542857) translate(-650.8595 600.0000)"><path d="M546-463q85-58 133.5-128T728-732q0-42-14-65t-38-23q-57 0-97 85t-40 200q0 20 1.5 38t5.5 34ZM618-320q-32 0-57.5-14T517-375q-19 11-38.5 20T439-337q-12 5-23 .5T400-353q-5-12 .5-23.5T418-393q20-8 38.5-17t35.5-19q-7-23-10-49.5t-3-56.5q0-146 55.5-245.5T676-880q51 0 81.5 41T788-729q0 88-57.5 172T570-406q10 13 22 19.5t26 6.5q30 0 62.5-23t61.5-67q8-11 19.5-14.5T785-483q12 6 19 17.5t5 25.5q-2 15-1.5 30t2.5 32q9-5 18.5-11.5T848-404q10-8 22.5-9.5T893-407q10 8 11 21t-8 21q-22 21-45.5 33T806-320q-24 0-39-17t-18-49q-29 32-62.5 49T618-320Z"/></g></svg>

After

Width:  |  Height:  |  Size: 738 B

@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#000000"><path d="M348.09-65.5 273-194l-149.5-30.44 17-145.06L46-480l94.5-109.51-17-144.99 149.64-30.4L348-894.5l131.95 61.68 131.96-61.68L688-765l148.5 30.44-17 145.06L914-480l-94.5 110.51 17 144.99-148.64 30.4L612-65.5l-131.95-61.68L348.09-65.5Zm25.91-76L480-186l109 44.5 67-99 115.95-30.18-12.09-117.75L840.5-480l-80.64-93.58 12.09-117.76L656-719.5l-69-99L480-774l-109-44.5-67 99-115.95 28.16 12.09 117.76L119.5-480l80.64 91.57-12.09 119.77L304-240.5l70 99ZM480-480Zm-42.5 130.5 224-222-43.5-39L437.67-432 343-531l-44.5 43.5 139 138Z"/></svg>

Before

Width:  |  Height:  |  Size: 643 B