| | |
| | | TextID=StringId.merge, |
| | | X = Application.GetRealWidth(214 + 33), |
| | | Y = Application.GetRealHeight(18 + 4), |
| | | Width = Application.GetRealWidth(24), |
| | | Width = Application.GetRealWidth(24+3), |
| | | Height = Application.GetRealHeight(17), |
| | | TextColor = Color.TextColor, |
| | | TextSize=TextSize.Text12, |
| | |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | |
| | | }; |
| | | |
| | | /// <summary> |
| | | /// 点击事件 |
| | | /// </summary> |
| | | public Button clickBtn = new Button |
| | | { |
| | | Width = Application.GetRealWidth(130), |
| | | Height = Application.GetRealHeight(139), |
| | | }; |
| | | |
| | | /// <summary> |
| | | /// 上一曲 |
| | | /// </summary> |
| | |
| | | musicIfonFl.AddChidren(singerBtn); |
| | | musicIfonFl.AddChidren(musicNameBtn); |
| | | musicIfonFl.AddChidren(regionBtn); |
| | | musicIfonFl.AddChidren(clickBtn); |
| | | musicIfonFl.AddChidren(prevBtn); |
| | | musicIfonFl.AddChidren(playBtn); |
| | | musicIfonFl.AddChidren(nextBtn); |