wxr
2020-08-11 2bec9c838d2d688025698de8ec1de401ffd7dd1f
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,//开口角度
            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>