| | |
| | | |
| | | private void EventListener() |
| | | { |
| | | cornerFram.selectAction += (value) => |
| | | cornerFram.selectKeyAction += (value) => |
| | | { |
| | | Console.WriteLine("1"); |
| | | }; |
| | |
| | | this.AddChidren(btnTitle); |
| | | |
| | | cornerFram = new CornerFramLayout(343, 452, 17); |
| | | this.AddChidren(cornerFram); |
| | | cornerFram.X = Application.GetRealWidth(16); |
| | | cornerFram.Y = btnTitle.Bottom + Application.GetRealHeight(16); |
| | | this.AddChidren(cornerFram); |
| | | cornerFram.SetMargin(16, 0, 16, 0); |
| | | cornerFram.LoadButtonPage(AksCommonMethod.Current.GetMusicKeypadList(), 4); |
| | | |
| | | |
| | | CornerFramLayout cornerBottomFram = new CornerFramLayout(343, 364, 17); |
| | | this.AddChidren(cornerBottomFram); |
| | | cornerBottomFram.X = Application.GetRealWidth(16); |
| | | cornerBottomFram.Y = cornerFram.Bottom + Application.GetRealHeight(16); |
| | | cornerBottomFram.BackgroundColor = MusicColor.WhiteColor; |
| | | cornerBottomFram.Radius = (uint)Application.GetRealHeight(17); |
| | | this.AddChidren(cornerBottomFram); |
| | | |
| | | |
| | | typeSingleFramLayout = new TypeSingleFramLayout(); |
| | | typeSingleFramLayout.singleFramLayout.Y = Application.GetRealHeight(24); |
| | | typeSingleFramLayout.AddView(cornerBottomFram); |
| | | typeSingleFramLayout.singleFramLayout.Y = Application.GetRealHeight(24); |
| | | |
| | | |
| | | menuFram = new MenuFramLayout(); |
| | | menuFram.Y = typeSingleFramLayout.singleFramLayout.Bottom + Application.GetRealHeight(32); |
| | | menuFram.AddView(cornerBottomFram); |
| | | menuFram.Y = typeSingleFramLayout.singleFramLayout.Bottom + Application.GetRealHeight(32); |
| | | |
| | | |
| | | typeMultiFramLayout = new TypeMultiFramLayout(); |
| | | typeMultiFramLayout.multiFramLayout.Y = menuFram.Bottom + Application.GetRealHeight(32); |
| | | typeMultiFramLayout.AddView(cornerBottomFram); |
| | | typeMultiFramLayout.multiFramLayout.Y = menuFram.Bottom + Application.GetRealHeight(32); |
| | | //typeMultiFramLayout.btnBottonRightName.TextID = StringId.bofangqi; |
| | | typeMultiFramLayout.btnBottonRightName.Text = this.remoteControl.name; |
| | | |