| | |
| | | BackgroundColor = ZigbeeColor.Current.GXCBackgroundColor |
| | | }; |
| | | bodyFrameLayout.AddChidren(infoFL); |
| | | var rectCornerID = HDLUtils.RectCornerTopLeft | HDLUtils.RectCornerTopRight; |
| | | infoFL.SetCornerWithSameRadius(Application.GetRealHeight(50), rectCornerID); |
| | | |
| | | var tipBtn = new Button |
| | | { |
| | |
| | | //标题:选择功能类型 |
| | | var title = Language.StringByID(R.MyInternationalizationString.uSelectFunctionType); |
| | | |
| | | var form = new BottomDialogSelectForm(); |
| | | var form = new BottomItemSelectForm(); |
| | | form.AddForm(title, listText, nowSelectNo); |
| | | form.FinishSelectEvent += (selectNo) => |
| | | { |