| | |
| | | Height = Application.GetRealHeight(526), |
| | | Width = Application.GetRealWidth(327), |
| | | BackgroundImagePath = "MusicIcon/playBj.png", |
| | | Name="fl", |
| | | |
| | | }; |
| | | /// <summary> |
| | | /// 音乐汉字 |
| | |
| | | TextSize = TextSize.Text24, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextID = StringId.a31Music, |
| | | Name = "musicname" |
| | | }; |
| | | /// <summary> |
| | | /// 区域名称 |
| | |
| | | TextColor = MusicColor.MusicNoTxetColor, |
| | | TextSize = TextSize.Text12, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | Name= "region", |
| | | }; |
| | | /// <summary> |
| | | ///收藏图标 |
| | |
| | | Height = Application.GetRealWidth(40), |
| | | UnSelectedImagePath = "MusicIcon/collect.png", |
| | | SelectedImagePath = "MusicIcon/collectSelected.png", |
| | | Name = "collect" |
| | | }; |
| | | /// <summary> |
| | | ///快,退进度条父控件 |
| | |
| | | Y = Application.GetRealHeight(355), |
| | | Width = Application.GetRealWidth(28), |
| | | Height = Application.GetRealWidth(28), |
| | | UnSelectedImagePath = "MusicIcon/playList.png", |
| | | UnSelectedImagePath = "MusicIcon/currentPlayList.png", |
| | | }; |
| | | /// <summary> |
| | | /// 音量图标 |
| | |
| | | SeekBarViewHeight = Application.GetRealWidth(8),//进度条的高度 |
| | | ProgressChangeDelayTime = 300,//0.3秒发送一次 |
| | | SeekBarPadding = Application.GetRealWidth(20), |
| | | |
| | | }; |
| | | |
| | | /// <summary> |
| | |
| | | musicBjFl.AddChidren(songNameTextView); |
| | | musicBjFl.AddChidren(singerBtn); |
| | | musicBjFl.AddChidren(playOrderBtn); |
| | | musicBjFl.AddChidren(loveBtn); |
| | | //musicBjFl.AddChidren(loveBtn); |
| | | musicBjFl.AddChidren(playlistBtn); |
| | | musicBjFl.AddChidren(volIconBtn); |
| | | musicBjFl.AddChidren(volSeekBar); |