improved status bar icons
This commit is contained in:
parent
6666925033
commit
bc629287de
|
@ -2,7 +2,13 @@
|
|||
"images" : [
|
||||
{
|
||||
"filename" : "active.png",
|
||||
"idiom" : "mac"
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "active@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
|
|
BIN
Application/Application/Assets.xcassets/StatusActive.imageset/active@2x.png
vendored
Normal file
BIN
Application/Application/Assets.xcassets/StatusActive.imageset/active@2x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 320 B |
|
@ -2,7 +2,13 @@
|
|||
"images" : [
|
||||
{
|
||||
"filename" : "inactive.png",
|
||||
"idiom" : "mac"
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "inactive@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
BIN
Application/Application/Assets.xcassets/StatusInactive.imageset/inactive@2x.png
vendored
Normal file
BIN
Application/Application/Assets.xcassets/StatusInactive.imageset/inactive@2x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue