1
This commit is contained in:
22
keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/Contents.json
vendored
Normal file
22
keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "chat_del_icon@2x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "chat_del_icon@3x.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/chat_del_icon@2x.png
vendored
Normal file
BIN
keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/chat_del_icon@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
BIN
keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/chat_del_icon@3x.png
vendored
Normal file
BIN
keyBoard/Assets.xcassets/AI/chat_del_icon.imageset/chat_del_icon@3x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 105 KiB |
@@ -170,7 +170,7 @@ static const CGFloat JXheightForHeaderInSection = 39;
|
|||||||
make.right.equalTo(self.bottomContainer).offset(-24);
|
make.right.equalTo(self.bottomContainer).offset(-24);
|
||||||
make.bottom.equalTo(self.agreementLabel.mas_top).offset(-14);
|
make.bottom.equalTo(self.agreementLabel.mas_top).offset(-14);
|
||||||
make.top.equalTo(self.bottomContainer).offset(16);
|
make.top.equalTo(self.bottomContainer).offset(16);
|
||||||
make.height.mas_equalTo(58);
|
make.height.mas_equalTo(51);
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -348,7 +348,7 @@ static const CGFloat JXheightForHeaderInSection = 39;
|
|||||||
_payButton = [UIButton buttonWithType:UIButtonTypeCustom];
|
_payButton = [UIButton buttonWithType:UIButtonTypeCustom];
|
||||||
[_payButton setTitle:KBLocalized(@"Recharge Now") forState:UIControlStateNormal];
|
[_payButton setTitle:KBLocalized(@"Recharge Now") forState:UIControlStateNormal];
|
||||||
_payButton.titleLabel.font = [KBFont medium:15];
|
_payButton.titleLabel.font = [KBFont medium:15];
|
||||||
_payButton.layer.cornerRadius = 29;
|
_payButton.layer.cornerRadius = 10;
|
||||||
_payButton.clipsToBounds = YES;
|
_payButton.clipsToBounds = YES;
|
||||||
_payButton.backgroundColor = [UIColor colorWithHex:0x222222];
|
_payButton.backgroundColor = [UIColor colorWithHex:0x222222];
|
||||||
[_payButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
|
[_payButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
|
||||||
|
|||||||
Reference in New Issue
Block a user