From 6d73bf6e816570291865674bef8bce8972e4de3f Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期三, 01 十二月 2021 16:32:57 +0800
Subject: [PATCH] 2021-12-01-01

---
 HDL_ON/UI/UI2/FuntionControlView/Music/A31Radio.cs |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/A31Radio.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/A31Radio.cs
index 2776a93..bd119b9 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Music/A31Radio.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Music/A31Radio.cs
@@ -20,7 +20,7 @@
         {
             InitList(date);
             #region   鐣岄潰甯冨眬------
-            this.BackgroundColor = Color.ViewColor;
+            this.BackgroundColor = MusicColor.ViewColor;
             var topView = new TopView();
             this.AddChidren(topView.TopFLayoutView());
             topView.topNameBtn.TextID = StringId.radio;
@@ -30,7 +30,7 @@
             };
             middViewLayout = new VerticalRefreshLayout
             {
-                BackgroundColor = Color.WhiteColor,
+                BackgroundColor = MusicColor.WhiteColor,
                 Y = topView.fLayout.Bottom,
                 Height = Application.GetRealHeight(H_W.H - H_W.T_Height),
             };
@@ -55,7 +55,7 @@
                 RowLayout addFlieRow = new RowLayout
                 {
                     Height = Application.GetRealHeight(78),
-                    LineColor = Color.WhiteColor,
+                    LineColor = MusicColor.WhiteColor,
                     SubViewWidth = Application.GetRealWidth(90),//鏀瑰彉缂栬緫鎺т欢瀹藉害澶氬皯锛�
                 };
                 middViewLayout.AddChidren(addFlieRow);
@@ -64,8 +64,8 @@
                 {
                     X = Application.GetRealWidth(16),
                     Y = Application.GetRealHeight(8),
-                    Width = Application.GetMinRealAverage(62),
-                    Height = Application.GetMinRealAverage(62),
+                    Width = Application.GetRealWidth(62),
+                    Height = Application.GetRealWidth(62),
                     UnSelectedImagePath = "MusicIcon/file.png",
                 };
                 addFlieRow.AddChidren(fileIconBtn);
@@ -76,7 +76,7 @@
                     Y = Application.GetRealHeight(29),
                     Width = Application.GetRealWidth(220),
                     Height = Application.GetRealHeight(20),
-                    TextColor = Color.TextColor,
+                    TextColor = MusicColor.TextColor,
                     TextSize = TextSize.Text14,
                     TextAlignment = TextAlignment.CenterLeft,
                     Text = radioInfo.Title,
@@ -107,7 +107,7 @@
                             {
                                 return;
                             }
-                            int startIndex1 = dataString.IndexOf("<body>");
+                            int startIndex1=dataString.IndexOf("<body>");
                             int endIndex1 = dataString.IndexOf("</body>") + "</body>".Length;
                             if (endIndex1 <= startIndex1)
                             {

--
Gitblit v1.8.0