CrabtreeOn,印度客户定制APP,迁移2.0平台版本
1
wxr
2023-03-31 d53e6af2c5f17838fa79659614b15a2a1f383399
Crabtree/SmartHome/UI/SimpleControl/Phone/Light/UserDeviceToLight.cs
@@ -484,7 +484,7 @@
                bodyScrolView.AddChidren (btnRoomNull);
                Button btnPoint = new Button () {
                    Width = Application.GetRealWidth (10),
                    Height = Application.GetRealHeight (10),
                    Height = Application.GetRealWidth (10),
                    X = Application.GetRealWidth (30),
                    Gravity = Gravity.CenterVertical,
                    UnSelectedImagePath = "Item/Point.png",
@@ -494,6 +494,7 @@
                Button btnRoomName = new Button () {
                    Text = room.Name,
                    X = btnPoint.Right + Application.GetRealWidth (20),
                    Width = Application.GetRealWidth(400),
                    TextAlignment = TextAlignment.CenterLeft,
                    TextColor = SkinStyle.Current.TextColor1,
                    SelectedTextColor = SkinStyle.Current.TextColor1,