陈嘉乐
2020-08-04 a499dceb02f181e64956431ed0c682dd7d2ce7d7
HDL_ON/UI/UI2/FuntionControlView/Music/MusicMain.cs
@@ -65,7 +65,7 @@
        {
            #region 界面布局
            this.BackgroundColor = Color.ViewColor;
            this.BackgroundColor = MusicColor.ViewColor;
            var topView = new TopView();
            this.AddChidren(topView.TopFLayoutView());
            topView.topNameBtn.TextID =StringId.a31Music;
@@ -234,7 +234,6 @@
            musicView.singerBtn.Text = a31player.A31PlayStatus.Artist;
            musicView.songNameBtn.Text = a31player.A31PlayStatus.Title;
            musicView.musicNameBtn.Text = new View.DialogView { }.NamePlayer(a31player);
            if (a31player.IsEnd)
            {
                musicView.muiscFl.Height = Application.GetRealHeight(12 + 139 + 12);