| | |
| | | { |
| | | |
| | | public const int widthFrameLayout = 80; |
| | | public const int heightFrameLayout = 140; |
| | | public const int heightFrameLayout = 140-15; |
| | | public const int cornerValue = 12; |
| | | |
| | | public VerticalBoutonFLayout(int width = widthFrameLayout, int height = heightFrameLayout) |
| | |
| | | { |
| | | Height = Application.GetRealWidth(40), |
| | | Width = Application.GetRealWidth(40), |
| | | Radius = (uint)Application.GetRealHeight(20), |
| | | Radius = (uint)Application.GetRealWidth(20), |
| | | BackgroundColor = MusicColor.WhiteColor, |
| | | Gravity = Gravity.CenterHorizontal, |
| | | }; |
| | |
| | | Gravity = Gravity.Center, |
| | | TextColor = MusicColor.MusicTxet14SelectedColor, |
| | | TextSize = TextSize.Text14, |
| | | IsBold=true, |
| | | }; |
| | | |
| | | public Button btnName = new Button |
| | |
| | | TextColor = MusicColor.TextColor, |
| | | TextAlignment = TextAlignment.Center, |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Padding = new Padding(0, 20, 0, 20), |
| | | Padding = new Padding(0, 8, 0, 8), |
| | | IsMoreLines = true, |
| | | Text="none" |
| | | }; |
| | |
| | | { |
| | | Height = Application.GetRealWidth(40), |
| | | Width = Application.GetRealWidth(40), |
| | | Radius = (uint)Application.GetRealHeight(20), |
| | | Radius = (uint)Application.GetRealWidth(20), |
| | | BackgroundColor = MusicColor.WhiteColor, |
| | | Gravity = Gravity.CenterHorizontal, |
| | | }; |
| | |
| | | Gravity = Gravity.Center, |
| | | TextColor = 0xFFA5AEBC, |
| | | TextSize = TextSize.Text14, |
| | | IsBold = true, |
| | | }; |
| | | |
| | | |