| | |
| | | roomView.AddChidren (btnNumber); |
| | | |
| | | Button btnLightIcon = new Button () { |
| | | Width = Application.GetRealWidth (100), |
| | | Height = Application.GetRealHeight (80), |
| | | Width = Application.GetMinRealAverage (100), |
| | | Height = Application.GetMinRealAverage (80), |
| | | Gravity = Gravity.CenterVertical, |
| | | UnSelectedImagePath = "Item/RH_Lights.png", |
| | | SelectedImagePath = "Item/RH_LightsSelected.png", |
| | |
| | | |
| | | Button downSelectedButton = new Button () { |
| | | X = Application.GetRealWidth (550), |
| | | Height = Application.GetRealHeight (50), |
| | | Width = Application.GetRealWidth (55), |
| | | Height = Application.GetMinRealAverage (50), |
| | | Width = Application.GetMinRealAverage (55), |
| | | UnSelectedImagePath = "Item/Down.png", |
| | | SelectedImagePath = "Item/DownSelected.png", |
| | | Gravity = Gravity.CenterVertical, |