From 2bec9c838d2d688025698de8ec1de401ffd7dd1f Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 11 八月 2020 14:13:55 +0800 Subject: [PATCH] 20200811 --- HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs b/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs index 43eaacb..27313be 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs @@ -24,7 +24,7 @@ Y = Application.GetRealHeight(16), Width = Application.GetRealWidth(100), Height = Application.GetRealHeight(33), - TextColor = Color.MusicTxet14Color, + TextColor = MusicColor.MusicTxet14Color, TextSize = TextSize.Text24, TextAlignment = TextAlignment.CenterLeft, TextID = StringId.a31Music, @@ -38,7 +38,7 @@ Y = Application.GetRealHeight(53), Width = Application.GetRealWidth(100), Height = Application.GetRealHeight(17), - TextColor = Color.MusicNoTxetColor, + TextColor = MusicColor.MusicNoTxetColor, TextSize = TextSize.Text12, TextAlignment = TextAlignment.CenterLeft, @@ -85,7 +85,7 @@ { Width = Application.GetMinRealAverage(202), Height = Application.GetMinRealAverage(202), - ProgressBarColor = Color.SelectedColor, + ProgressBarColor = MusicColor.SelectedColor, OpenAngle = 0,//寮�鍙h搴� ArcWidth = Application.GetRealWidth(4),//杩涘害瀹藉害 ThumbImagePath = "MusicIcon/thumbImage.png",//杩涘害鏉℃寜閽浘鏍� @@ -104,7 +104,7 @@ Y = Application.GetRealHeight(261), Width = Application.GetRealWidth(37 + 5), Height = Application.GetRealHeight(20), - TextColor = Color.TextTimeColor, + TextColor = MusicColor.TextTimeColor, TextSize = TextSize.Text14, TextAlignment = TextAlignment.CenterLeft, }; @@ -117,7 +117,7 @@ Y = Application.GetRealHeight(261), Width = Application.GetRealWidth(37 + 5), Height = Application.GetRealHeight(20), - TextColor = Color.TextTimeColor, + TextColor = MusicColor.TextTimeColor, TextSize = TextSize.Text14, TextAlignment = TextAlignment.CenterRight, }; @@ -130,7 +130,7 @@ Y = Application.GetRealHeight(290), Width = Application.GetRealWidth(203), Height = Application.GetRealHeight(30), - TextColor = Color.TextColor, + TextColor = MusicColor.TextColor, TextSize = TextSize.Text16, }; @@ -143,7 +143,7 @@ Y = Application.GetRealHeight(322), Width = Application.GetRealWidth(203), Height = Application.GetRealHeight(21), - TextColor = Color.MusicNoTxetColor, + TextColor = MusicColor.MusicNoTxetColor, TextSize = TextSize.Text12, }; @@ -203,7 +203,7 @@ Height = Application.GetRealHeight(54),//杩涘害鏉$埗鎺т欢鑳屾櫙楂樺害 IsProgressTextShow = false,//鏄剧ず鐧惧垎姣� IsClickable = true,//杩涘害鏉℃槸鍚︽粦鍔� - ProgressBarColor = Color.SelectedColor,//閫変腑杩涘害鏉¢鑹� + ProgressBarColor = MusicColor.SelectedColor,//閫変腑杩涘害鏉¢鑹� ThumbImagePath = "MusicIcon/progressIcon.png",//杩涘害鏉℃寜閽浘鏍� ThumbImageHeight = Application.GetMinRealAverage(54),//杩涘害鏉℃寜閽浘鏍囩殑楂樺害锛堥粯璁ゆ鏂瑰舰锛氬鍜岄珮涓�鏍凤級 SeekBarViewHeight = Application.GetMinRealAverage(8),//杩涘害鏉$殑楂樺害 @@ -220,7 +220,7 @@ Width = Application.GetRealWidth(26 + 4), Height = Application.GetRealHeight(17), Text = "0%", - TextColor = Color.MusicNoTxetColor, + TextColor = MusicColor.MusicNoTxetColor, TextSize = TextSize.Text12, }; /// <summary> -- Gitblit v1.8.0