gxc
2019-11-26 b800fbdf874cdc75ddc137ea2c22ac2c25d8b45c
ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindTargetsPage.cs
@@ -18,14 +18,8 @@
        /// <param name="common">Common.</param>
        public void Changed(CommonDevice common)
        {
            //if (common.Type != ZigBee.Device.DeviceType.OnOffSwitch)
            //{
            //    return;
            //}
            Shared.Application.RunOnMainThread(() =>
            {
                //var dev = common as Panel;
            });
        }
@@ -371,7 +365,7 @@
                    {
                        TextColor = Shared.Common.ZigbeeColor.Current.GXCTextWhiteColor,
                        X = btnBindName.Right,
                        TextID = R.MyInternationalizationString.Delete,
                        TextID = R.MyInternationalizationString.DelBindDevice,
                        BackgroundColor = Shared.Common.ZigbeeColor.Current.DelRowLayout,
                    };
                    rowLayout.AddRightView(btnDel);
@@ -481,7 +475,7 @@
            var btnDel = new Button()
            {
                TextColor = Shared.Common.ZigbeeColor.Current.GXCTextWhiteColor,
                TextID = R.MyInternationalizationString.Delete,
                TextID = R.MyInternationalizationString.DelBindDevice,
                BackgroundColor = Shared.Common.ZigbeeColor.Current.DelRowLayout,
            };
            modeRowLayout.AddRightView(btnDel);