| | |
| | | TextSize = TextSize.Text16, |
| | | //TextID = StringId.bofangqi, |
| | | Text = this.remoteControl.name, |
| | | Padding = new Padding(0, 0, 0, 0), |
| | | IsBold =true, |
| | | }; |
| | | this.AddChidren(btnTitle); |
| | | |
| | | cornerFram = new CornerFramLayout(343, 452, 17); |
| | | cornerFram = new CornerFramLayout(343, 452-30, 17); |
| | | this.AddChidren(cornerFram); |
| | | cornerFram.X = Application.GetRealWidth(16); |
| | | cornerFram.Y = btnTitle.Bottom + Application.GetRealHeight(16); |
| | |
| | | cornerFram.LoadButtonPage(AksCommonMethod.Current.GetMusicKeypadList(), 4); |
| | | |
| | | |
| | | CornerFramLayout cornerBottomFram = new CornerFramLayout(343, 364, 17); |
| | | CornerFramLayout cornerBottomFram = new CornerFramLayout(343, 364-32, 17); |
| | | this.AddChidren(cornerBottomFram); |
| | | cornerBottomFram.X = Application.GetRealWidth(16); |
| | | cornerBottomFram.Y = cornerFram.Bottom + Application.GetRealHeight(16); |