wxr
2023-09-06 76e8a76fb6634d9a81244dde3ca0b86e62b6211a
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>