| | |
| | | { |
| | | Height = Application.GetRealHeight(12 + 139), |
| | | Width = Application.GetRealWidth(375), |
| | | |
| | | }; |
| | | /// <summary> |
| | | ///白色背景的控件 |
| | |
| | | TextID=StringId.merge, |
| | | X = Application.GetRealWidth(214 + 33), |
| | | Y = Application.GetRealHeight(18 + 4), |
| | | Width = Application.GetRealWidth(24+3), |
| | | Width = Application.GetRealWidth(24+3+5), |
| | | Height = Application.GetRealHeight(17), |
| | | TextColor = Color.TextColor, |
| | | TextSize=TextSize.Text12, |
| | |
| | | public Button musicNameBtn = new Button |
| | | { |
| | | X = Application.GetRealWidth(54), |
| | | Y = Application.GetRealHeight(58), |
| | | Y = Application.GetRealHeight(40),//58 |
| | | Width = Application.GetRealWidth(140), |
| | | Height = Application.GetRealHeight(17), |
| | | TextColor = Color.MusicTxet14Color, |
| | | TextColor = Color.TextCancelColor, |
| | | TextSize = TextSize.Text12, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | }; |
| | |
| | | { |
| | | //Text = i.ToString(), |
| | | X = Application.GetRealWidth(54), |
| | | Y = Application.GetRealHeight(79), |
| | | Y = Application.GetRealHeight(61),//79 |
| | | Width = Application.GetRealWidth(120), |
| | | Height = Application.GetRealHeight(14), |
| | | TextColor = Color.MusicNoTxetColor, |
| | |
| | | musicIfonFl.AddChidren(mergeBtn); |
| | | musicIfonFl.AddChidren(collectIconBtn); |
| | | musicIfonFl.AddChidren(songNameBtn); |
| | | musicIfonFl.AddChidren(singerBtn); |
| | | //musicIfonFl.AddChidren(singerBtn); |
| | | musicIfonFl.AddChidren(musicNameBtn); |
| | | musicIfonFl.AddChidren(regionBtn); |
| | | musicIfonFl.AddChidren(clickBtn); |