Update key backup logo image

This commit is contained in:
SBiOSoftWhare 2019-02-13 13:06:14 +01:00
parent e37d07c4ce
commit 7e473554e5
8 changed files with 7 additions and 4 deletions

View file

@ -2,22 +2,25 @@
"images" : [
{
"idiom" : "universal",
"filename" : "shield.png",
"filename" : "key_backup_logo.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "shield@2x.png",
"filename" : "key_backup_logo@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "shield@3x.png",
"filename" : "key_backup_logo@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

View file

@ -61,8 +61,8 @@ internal enum Asset {
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 keyBackupLogo = ImageAsset(name: "key_backup_logo")
internal static let revealPasswordButton = ImageAsset(name: "reveal_password_button")
internal static let shield = ImageAsset(name: "shield")
internal static let launchScreenRiot = ImageAsset(name: "LaunchScreenRiot")
internal static let cameraCapture = ImageAsset(name: "camera_capture")
internal static let cameraPlay = ImageAsset(name: "camera_play")