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/MyListView.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/View/MyListView.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/View/MyListView.cs
index 982ffc0..a7516e7 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/MyListView.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/MyListView.cs
@@ -10,7 +10,7 @@
         /// </summary>
         public FrameLayout popFra = new FrameLayout()
         {
-            BackgroundColor = UI.Music.Color.PopupBackgroundColor,
+            BackgroundColor = UI.Music.MusicColor.PopupBackgroundColor,
         };
         /// <summary>
         /// 鏁翠釜鐧借壊鎺т欢鐖�
@@ -21,7 +21,7 @@
             Y = Application.GetRealHeight(187),
             Width = Application.GetRealWidth(344),
             Height = Application.GetRealHeight(460),
-            BackgroundColor = UI.Music.Color.WhiteColor,
+            BackgroundColor = UI.Music.MusicColor.WhiteColor,
             Radius = (uint)Application.GetRealHeight(12),
         };
 
@@ -52,7 +52,7 @@
             Y = Application.GetRealHeight(14),
             Width = Application.GetRealWidth(120),
             Height = Application.GetRealHeight(22),
-            TextColor = UI.Music.Color.TextColor,
+            TextColor = UI.Music.MusicColor.TextColor,
             TextSize = UI.Music.TextSize.Text16,
             TextAlignment = TextAlignment.CenterLeft,
         };
@@ -66,7 +66,7 @@
             Width = Application.GetRealWidth(28 + 12),//28
             Height = Application.GetRealHeight(20),
             TextID = StringId.cancelMusic,
-            TextColor = UI.Music.Color.MusicNoTxetColor,
+            TextColor = UI.Music.MusicColor.MusicNoTxetColor,
             TextSize = UI.Music.TextSize.Text14,
             TextAlignment = TextAlignment.CenterLeft,
         };
@@ -78,7 +78,7 @@
             // Y = topFra.Height - 1,
             Width = Application.GetRealWidth(344),
             //Height = UI.Music.H_W.Line,
-            BackgroundColor = UI.Music.Color.LineColor,
+            BackgroundColor = UI.Music.MusicColor.LineColor,
         };
         /// <summary>
         ///鏄剧ず姝屾洸鍒楄〃鐖舵帶浠�

--
Gitblit v1.8.0