| | |
| | | Tag = "Logic"; |
| | | } |
| | | Button selectedIcon = new Button(); |
| | | public static Action action; |
| | | public static bool edit=false; |
| | | |
| | | |
| | |
| | | clickBtn.MouseDownEventHandler += (sender, e) => |
| | | { |
| | | RemoveFromParent(); |
| | | action(); |
| | | }; |
| | | |
| | | var back = new Button |
| | |
| | | { |
| | | continue; |
| | | } |
| | | var userFramelayout = new RowLayout |
| | | var userFramelayout = new FrameLayout |
| | | { |
| | | Height = Application.GetRealHeight(160), |
| | | BackgroundColor = ZigbeeColor.Current.LogicBlankBackgroundColor, |
| | | LineColor = ZigbeeColor.Current.LogicBlankBackgroundColor, |
| | | // LineColor = ZigbeeColor.Current.LogicBlankBackgroundColor, |
| | | }; |
| | | middle.AddChidren(userFramelayout); |
| | | |