| | |
| | | /// </summary> |
| | | public FrameLayout popFra = new FrameLayout() |
| | | { |
| | | BackgroundColor = UI.Music.Color.PopupBackgroundColor, |
| | | BackgroundColor = UI.Music.MusicColor.PopupBackgroundColor, |
| | | }; |
| | | /// <summary> |
| | | /// 整个白色控件父 |
| | |
| | | Y = Application.GetRealHeight(187), |
| | | Width = Application.GetRealWidth(344), |
| | | Height = Application.GetRealHeight(460), |
| | | BackgroundColor = UI.Music.Color.WhiteColor, |
| | | BackgroundColor = UI.Music.MusicColor.WhiteColor, |
| | | Radius = (uint)Application.GetRealHeight(12), |
| | | }; |
| | | |
| | |
| | | Y = Application.GetRealHeight(14), |
| | | Width = Application.GetRealWidth(120), |
| | | Height = Application.GetRealHeight(22), |
| | | TextColor = UI.Music.Color.TextColor, |
| | | TextColor = UI.Music.MusicColor.TextColor, |
| | | TextSize = UI.Music.TextSize.Text16, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | }; |
| | |
| | | Width = Application.GetRealWidth(28 + 12),//28 |
| | | Height = Application.GetRealHeight(20), |
| | | TextID = StringId.cancelMusic, |
| | | TextColor = UI.Music.Color.MusicNoTxetColor, |
| | | TextColor = UI.Music.MusicColor.MusicNoTxetColor, |
| | | TextSize = UI.Music.TextSize.Text14, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | }; |
| | |
| | | // Y = topFra.Height - 1, |
| | | Width = Application.GetRealWidth(344), |
| | | //Height = UI.Music.H_W.Line, |
| | | BackgroundColor = UI.Music.Color.LineColor, |
| | | BackgroundColor = UI.Music.MusicColor.LineColor, |
| | | }; |
| | | /// <summary> |
| | | ///显示歌曲列表父控件 |