| | |
| | | //初始化UI |
| | | this.InitTop(); |
| | | this.InitMiddle(); |
| | | //初始化事件 |
| | | //初始化事件监听器 |
| | | this.EventListener(); |
| | | //读取数据 |
| | | |
| | |
| | | }; |
| | | |
| | | |
| | | CornerFramLayout imageFLayout = new CornerFramLayout(343, 20 * 168, 3, 0); |
| | | CornerFramLayout imageFLayout = new CornerFramLayout(343, 20 * 168, 0); |
| | | vv.AddChidren(imageFLayout); |
| | | imageFLayout.X = Application.GetRealWidth(16); |
| | | imageFLayout.SetList(imageFLayout.GetTestList(20)); |
| | | imageFLayout.LoadImagePage(); |
| | | imageFLayout.LoadImagePage(new List<Entity.KeypadEntity>()); |
| | | imageFLayout.selectAction += (index) => |
| | | { |
| | | CommonMethod.Current.MainThread(() => |