瀏覽代碼

1.GBOX音频模块未修改对应UI色调

huangxiaodong 5 月之前
父節點
當前提交
0fdd89a04d

+ 2 - 2
创维盒子/双子星云手机.xcodeproj/project.pbxproj

@@ -5724,7 +5724,7 @@
 				CODE_SIGN_ENTITLEMENTS = "隐私保护.entitlements";
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 8;
+				CURRENT_PROJECT_VERSION = 9;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",
@@ -5803,7 +5803,7 @@
 				CODE_SIGN_ENTITLEMENTS = "隐私保护.entitlements";
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 8;
+				CURRENT_PROJECT_VERSION = 9;
 				DEVELOPMENT_TEAM = 6SV76WTUUR;
 				FRAMEWORK_SEARCH_PATHS = (
 					"$(inherited)",

二進制
创维盒子/双子星云手机/Assets.xcassets/audioPlayer/audioBottomBg.imageset/audioBottomBg@2x.png


二進制
创维盒子/双子星云手机/Assets.xcassets/audioPlayer/audioBottomBg.imageset/audioBottomBg@3x.png


二進制
创维盒子/双子星云手机/Assets.xcassets/audioPlayer/audioPlayImg.imageset/audioPlayImg@2x.png


二進制
创维盒子/双子星云手机/Assets.xcassets/audioPlayer/audioPlayImg.imageset/audioPlayImg@3x.png


二進制
创维盒子/双子星云手机/Assets.xcassets/audioPlayer/dfplayer_oval.imageset/dfplayer_oval@2x.png


二進制
创维盒子/双子星云手机/Assets.xcassets/audioPlayer/dfplayer_oval.imageset/dfplayer_oval@3x.png


+ 2 - 2
创维盒子/双子星云手机/Class/Set/previewFile/audioPlayerViewController.m

@@ -338,8 +338,8 @@
     
     //进度条
     UISlider * curSlider = [mgr df_sliderWithFrame:CGRectZero
-                             minimumTrackTintColor:[UIColor hwColor:@"#0CDEFD"]
-                             maximumTrackTintColor:[UIColor hwColor:@"#E3E3E3"]
+                             minimumTrackTintColor:[UIColor hwColor:@"#000000"]
+                             maximumTrackTintColor:[UIColor hwColor:@"#E0E0E0"]
                                        trackHeight:4
                                         thumbImage:[ovalImage imageByResizeToSize:(CGSize){15,14}]
                                          superView:self.view];

+ 2 - 2
创维盒子/双子星云手机/Class/Set/previewFile/view/addAudioToPlayListBottomView.m

@@ -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;