wxr
2024-04-22 7a5dc2a6d15d14f70b64310c597a05cfe97208bd
HDL_ON/UI/UI2/FuntionControlView/Music/View/PlayView.cs
@@ -184,7 +184,7 @@
            Y = Application.GetRealHeight(355),
            Width = Application.GetRealWidth(28),
            Height = Application.GetRealWidth(28),
            UnSelectedImagePath = "MusicIcon/playList.png",
            UnSelectedImagePath = "MusicIcon/currentPlayList.png",
        };
        /// <summary>
        /// 音量图标
@@ -214,7 +214,6 @@
            SeekBarViewHeight = Application.GetRealWidth(8),//进度条的高度
            ProgressChangeDelayTime = 300,//0.3秒发送一次
            SeekBarPadding = Application.GetRealWidth(20),
        };
        /// <summary>