Update caption indicator asset.

pull/1/head
Matthew Chen 7 years ago
parent b7e6f1d420
commit 9d1579a480

@ -2,17 +2,17 @@
"images" : [
{
"idiom" : "universal",
"filename" : "caption-24@1x.png",
"filename" : "caption-shadow-24@1x.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "caption-24@2x.png",
"filename" : "caption-shadow-24@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "caption-24@3x.png",
"filename" : "caption-shadow-24@3x.png",
"scale" : "3x"
}
],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 725 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -171,8 +171,7 @@ public class MediaAlbumCellView: UIStackView {
owsFailDebug("Couldn't load icon.")
continue
}
let iconView = UIImageView(image: icon.withRenderingMode(.alwaysTemplate))
iconView.tintColor = .ows_white
let iconView = UIImageView(image: icon)
itemView.addSubview(iconView)
itemView.layoutMargins = .zero
iconView.autoPinTopToSuperviewMargin(withInset: 6)

Loading…
Cancel
Save