[ios] replace circle checkbox image (radioBtnOff/On) with rounded rect

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
Kiryl Kaveryn 2024-06-10 20:31:49 +04:00 committed by Alexander Borsuk
parent 40cb15f8fd
commit c36e10c112
10 changed files with 10 additions and 26 deletions

View file

@ -1,19 +1,8 @@
{
"images" : [
{
"filename" : "radioBtnOff.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "radioBtnOff@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "radioBtnOff@3x.png",
"idiom" : "universal",
"scale" : "3x"
"filename" : "radioBtnOff.svg",
"idiom" : "universal"
}
],
"info" : {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 B

View file

@ -0,0 +1,3 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M5 1C2.784 1 1 2.784 1 5v14c0 2.216 1.784 4 4 4h14c2.216 0 4-1.784 4-4V5c0-2.216-1.784-4-4-4H5zm0 2h14c1.108 0 2 .892 2 2v14c0 1.108-.892 2-2 2H5c-1.108 0-2-.892-2-2V5c0-1.108.892-2 2-2z" paint-order="fill markers stroke"/>
</svg>

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 644 B

View file

@ -1,19 +1,8 @@
{
"images" : [
{
"filename" : "radioBtnOn.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "radioBtnOn@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "radioBtnOn@3x.png",
"idiom" : "universal",
"scale" : "3x"
"filename" : "radioBtnOn.svg",
"idiom" : "universal"
}
],
"info" : {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 B

View file

@ -0,0 +1,3 @@
<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M5 1C2.784 1 1 2.784 1 5v14c0 2.216 1.784 4 4 4h14c2.216 0 4-1.784 4-4V5c0-2.216-1.784-4-4-4H5zm13.947 5a1 1 0 0 1 .723.256 1 1 0 0 1 .074 1.414l-9 10a1 1 0 0 1-1.451.037l-5-5a1 1 0 0 1 0-1.414 1 1 0 0 1 1.414 0l4.254 4.254 8.295-9.217a1 1 0 0 1 .691-.33z" paint-order="fill markers stroke"/>
</svg>

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B