old mode 100644
new mode 100755
| | |
| | | /// </summary> |
| | | public Button deviceNameBtn = new Button |
| | | { |
| | | Y = Application.GetRealHeight(20), |
| | | Y = Application.GetRealHeight(18), |
| | | Height = Application.GetRealHeight(50), |
| | | Width = Application.GetRealWidth(400), |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | |
| | | /// </summary> |
| | | public Button regionNameBtn = new Button |
| | | { |
| | | Y = Application.GetRealHeight(10 + 70), |
| | | Y = Application.GetRealHeight(6+ 70), |
| | | Width = Application.GetRealWidth(400), |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | Height = Application.GetRealHeight(50), |
| | |
| | | public Button lineBtn = new Button |
| | | { |
| | | Width = Application.GetRealWidth(800), |
| | | Y=Application.GetRealHeight(130-5), |
| | | Height =Application.GetRealHeight(5), |
| | | // Y=Application.GetRealHeight(130-5), |
| | | Height =1,//Application.GetRealHeight(5), |
| | | X = Application.GetRealWidth(222), |
| | | BackgroundColor = ZigbeeColor.Current.LogicRowLayoutLineColor, |
| | | }; |
| | | |
| | |
| | | stateRow.AddChidren(regionNameBtn); |
| | | stateRow.AddChidren(ordinaryBtn); |
| | | stateRow.AddChidren(selecetddevicestateBtn); |
| | | // lineBtn.Y = stateRow.Height - 1; |
| | | stateRow.AddChidren(lineBtn); |
| | | lineBtn.Y = selecetdFrameLayout.Height - 1; |
| | | selecetdFrameLayout.AddChidren(lineBtn); |
| | | |
| | | } |
| | | } |