Merge branch 'mkirk/tweak-icons'

pull/1/head
Michael Kirk 7 years ago
commit 2eccdc066c

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 965 B

@ -2,17 +2,17 @@
"images" : [
{
"idiom" : "universal",
"filename" : "btnAttachments--blue.png",
"filename" : "UIRemoveControlPlus_22x22_@1x.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "btnAttachments--blue@2x.png",
"filename" : "UIRemoveControlPlus_22x22_@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "btnAttachments--blue@3x.png",
"filename" : "UIRemoveControlPlus_22x22_@3x.png",
"scale" : "3x"
}
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -119,7 +119,7 @@ const CGFloat kMaxTextViewHeight = 98;
[self.attachmentButton addTarget:self
action:@selector(attachmentButtonPressed)
forControlEvents:UIControlEventTouchUpInside];
UIImage *attachmentImage = [UIImage imageNamed:@"btnAttachments--blue"];
UIImage *attachmentImage = [UIImage imageNamed:@"ic_circled_plus"];
[self.attachmentButton setImage:[attachmentImage imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate]
forState:UIControlStateNormal];
self.attachmentButton.tintColor = UIColor.ows_navbarIconColor;

Loading…
Cancel
Save