Add key backup banner close image

This commit is contained in:
SBiOSoftWhare 2019-01-31 19:45:00 +01:00
parent 4f8c186279
commit f2ed445a66
5 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "close_banner.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "close_banner@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "close_banner@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

View file

@ -59,6 +59,7 @@ internal enum Asset {
internal static let priorityHigh = ImageAsset(name: "priorityHigh")
internal static let priorityLow = ImageAsset(name: "priorityLow")
internal static let createRoom = ImageAsset(name: "create_room")
internal static let closeBanner = ImageAsset(name: "close_banner")
internal static let importFilesButton = ImageAsset(name: "import_files_button")
internal static let revealPasswordButton = ImageAsset(name: "reveal_password_button")
internal static let shield = ImageAsset(name: "shield")