From a499dceb02f181e64956431ed0c682dd7d2ce7d7 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 04 八月 2020 17:45:20 +0800 Subject: [PATCH] 2020-08-04-1 --- HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs index d6341fa..e8030bf 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/TopView.cs @@ -12,7 +12,7 @@ /// </summary> public FrameLayout fLayout = new FrameLayout { - BackgroundColor = Color.TopViewColor, + BackgroundColor = MusicColor.TopViewColor, Height = Application.GetRealHeight(64), Width=Application.GetRealWidth(375), }; @@ -22,7 +22,7 @@ public Button topNameBtn = new Button { TextSize = TextSize.Text18, - TextColor = Color.Text18Color, + TextColor = MusicColor.Text18Color, Width = Application.GetRealWidth(140), Height = Application.GetRealHeight(25), Y = Application.GetRealHeight(30), @@ -45,7 +45,7 @@ { Width = Application.GetRealWidth(375), Height = 1, - BackgroundColor = Color.LineColor, + BackgroundColor = MusicColor.LineColor, }; /// <summary> -- Gitblit v1.8.0