|
@@ -27,7 +27,7 @@
|
|
|
gl.frame = CGRectMake(0,0,SCREEN_W,40.f);
|
|
|
gl.startPoint = CGPointMake(0, 0.5);
|
|
|
gl.endPoint = CGPointMake(1, 0.5);
|
|
|
- gl.colors = @[(__bridge id)HW0CDEFDColor.CGColor, (__bridge id)HW058DFBColor.CGColor];
|
|
|
+ gl.colors = @[(__bridge id)HWFFE10FColor.CGColor, (__bridge id)HWFFE411Color.CGColor];
|
|
|
gl.locations = @[@(0), @(1.0f)];
|
|
|
|
|
|
_bottomButton = [[UIButton alloc] init];
|
|
@@ -35,7 +35,7 @@
|
|
|
|
|
|
[_bottomButton addTarget:self action:@selector(didClickButFun:) forControlEvents:UIControlEventTouchUpInside];
|
|
|
[_bottomButton setTitle:NSLocalizedString(@"NAS_add_audio_to_play_list",nil) forState:UIControlStateNormal];
|
|
|
- [_bottomButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
|
|
|
+ [_bottomButton setTitleColor:[UIColor blackColor] forState:UIControlStateNormal];
|
|
|
_bottomButton.titleLabel.font = [UIFont systemFontOfSize:16.0];
|
|
|
_bottomButton.layer.cornerRadius = 8;
|
|
|
_bottomButton.layer.masksToBounds = YES;
|