From 43b0d5870d528f23ecd6aeceb6cfd4325188b46f Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 01 七月 2021 15:50:43 +0800 Subject: [PATCH] Revert "1" --- HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveList.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveList.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveList.cs index f20602e..17e903c 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveList.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/A31LoveList.cs @@ -15,7 +15,7 @@ public void Show() { #region 鐣岄潰甯冨眬------ - this.BackgroundColor = Color.ViewColor; + this.BackgroundColor = MusicColor.ViewColor; var topView = new TopView(); this.AddChidren(topView.TopFLayoutView()); topView.topNameBtn.TextID = StringId.myLove; @@ -40,7 +40,7 @@ middViewLayout = new VerticalScrolViewLayout { - BackgroundColor = Color.WhiteColor, + BackgroundColor = MusicColor.WhiteColor, Y = topView.fLayout.Bottom, Height = Application.GetRealHeight(H_W.H - H_W.T_Height), }; @@ -58,7 +58,7 @@ RowLayout addFlieRow = new RowLayout { Height = Application.GetRealHeight(104), - LineColor = Color.WhiteColor, + LineColor = MusicColor.WhiteColor, SubViewWidth = Application.GetRealWidth(90),//鏀瑰彉缂栬緫鎺т欢瀹藉害澶氬皯锛� }; middViewLayout.AddChidren(addFlieRow); @@ -67,8 +67,8 @@ { X = Application.GetRealWidth(16), Y = Application.GetRealHeight(8), - Width = Application.GetMinRealAverage(88), - Height = Application.GetMinRealAverage(88), + Width = Application.GetRealWidth(88), + Height = Application.GetRealWidth(88), }; addFlieRow.AddChidren(fileIconBtn); @@ -77,8 +77,8 @@ { X = Application.GetRealWidth(78), Y = Application.GetRealHeight(70), - Width = Application.GetMinRealAverage(24), - Height = Application.GetMinRealAverage(24), + Width = Application.GetRealWidth(24), + Height = Application.GetRealWidth(24), UnSelectedImagePath = "MusicIcon/filePause.png", SelectedImagePath = "MusicIcon/filePlay.png", }; @@ -92,7 +92,7 @@ Y = Application.GetRealHeight(42), Width = Application.GetRealWidth(217), Height = Application.GetRealHeight(20), - TextColor = Color.TextColor, + TextColor = MusicColor.TextColor, TextSize = TextSize.Text14, TextAlignment = TextAlignment.CenterLeft, }; -- Gitblit v1.8.0