Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Changing Share background
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Mar 10, 2021
1 parent 4c1bdde commit 8287c09
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scale" : "1x"
},
{
"filename" : "[email protected]",
"filename" : "share-activity-[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ final class ShieldsActivityItemSourceProvider {
}
statsInfoView.snp.makeConstraints {
$0.centerX.equalToSuperview()
$0.centerY.equalToSuperview()
$0.height.equalToSuperview().multipliedBy(0.3)
$0.width.equalToSuperview().multipliedBy(0.65)
$0.centerY.equalToSuperview().offset(15)
$0.height.equalToSuperview().multipliedBy(0.40)
$0.width.equalToSuperview().multipliedBy(0.70)
}
}

let contentView = UIView(frame: CGRect(width: statsView.frame.width, height: statsView.frame.height + 85)).then {
$0.backgroundColor = UIColor(rgb: 0xBE5269)
$0.backgroundColor = UIColor(rgb: 0x4C54D2)
$0.layer.borderWidth = 1
}

Expand Down

0 comments on commit 8287c09

Please sign in to comment.