| | |
| | | musicView.singerBtn.Text = a31player.A31PlayStatus.Artist; |
| | | musicView.songNameBtn.Text = a31player.A31PlayStatus.Title; |
| | | musicView.musicNameBtn.Text = new View.DialogView { }.NamePlayer(a31player); |
| | | musicView.regionBtn.Text = a31player.GetRoomListName(); |
| | | |
| | | if (a31player.IsEnd) { |
| | | musicView.muiscFl.Height =Application.GetRealHeight(12 + 139 + 12); |
| | | } |
| | |
| | | { |
| | | musicView.playBtn.IsSelected = false; |
| | | } |
| | | |
| | | musicView.regionBtn.Text = a31player.GetRoomListName(); |
| | | if (a31player.collection) |
| | | { |
| | | musicView.collectIconBtn.IsSelected = true; |
| | |
| | | TextColor = Color.MusicNoTxetColor, |
| | | TextSize = TextSize.Text12, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | Text= A31MusicModel.Current.GetRoomListName(), |
| | | |
| | | |
| | | }; |
| | | /// <summary> |