陈嘉乐
2020-08-19 b764dff5c4f4a7b0cde45a8d3eb28ff2a315cc29
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,10 +38,10 @@
            Y = Application.GetRealHeight(53),
            Width = Application.GetRealWidth(100),
            Height = Application.GetRealHeight(17),
            TextColor = Color.MusicNoTxetColor,
            TextColor = MusicColor.MusicNoTxetColor,
            TextSize = TextSize.Text12,
            TextAlignment = TextAlignment.CenterLeft,
            TextID = StringId.region,
        };
        /// <summary>
@@ -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,
        };
@@ -186,7 +186,7 @@
        /// </summary>
        public Button volIconBtn = new Button
        {
            X = Application.GetRealWidth(24),
            X = Application.GetRealWidth(20),
            Y = Application.GetRealHeight(414),
            Width = Application.GetMinRealAverage(24),
            Height = Application.GetMinRealAverage(24),
@@ -198,12 +198,12 @@
        public DiyImageSeekBar volSeekBar = new DiyImageSeekBar
        {
            Y = Application.GetRealHeight(399),
            X = Application.GetRealWidth(58),
            X = Application.GetRealWidth(50),
            Width = Application.GetRealWidth(215),
            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),//进度条的高度
@@ -215,12 +215,12 @@
        /// </summary>
        public Button volValueBtn = new Button
        {
            X = Application.GetRealWidth(279 - 4),
            X = Application.GetRealWidth(273-3),
            Y = Application.GetRealHeight(418),
            Width = Application.GetRealWidth(26 + 4),
            Width = Application.GetRealWidth(33+3),
            Height = Application.GetRealHeight(17),
            Text = "0%",
            TextColor = Color.MusicNoTxetColor,
            TextColor = MusicColor.MusicNoTxetColor,
            TextSize = TextSize.Text12,
        };
        /// <summary>