| | |
| | | { |
| | | this.Width = Application.GetRealWidth(width); |
| | | this.Height = Application.GetRealWidth(height); |
| | | this.Radius = (uint)Application.GetRealHeight(cornerValue); |
| | | this.Radius = (uint)Application.GetRealWidth(cornerValue); |
| | | this.BackgroundColor = MusicColor.ViewColor; |
| | | this.Gravity = Gravity.CenterHorizontal; |
| | | } |
| | |
| | | Gravity=Gravity.Center, |
| | | Width = Application.GetRealWidth(76), |
| | | Height = Application.GetRealWidth(76), |
| | | Radius = (uint)Application.GetRealHeight(38), |
| | | Radius = (uint)Application.GetRealWidth(38), |
| | | BackgroundColor = MusicColor.WhiteColor, |
| | | |
| | | |
| | |
| | | Gravity = Gravity.Center, |
| | | Width = Application.GetRealWidth(28), |
| | | Height = Application.GetRealWidth(28), |
| | | Radius = (uint)Application.GetRealHeight(14), |
| | | Radius = (uint)Application.GetRealWidth(14), |
| | | BackgroundColor = 0xff1B2D4D, |
| | | SelectedBackgroundColor = MusicColor.SelectedColor, |
| | | Name = "确定" |