gxc
2019-11-12 d1ab259186e2341a0839c87300065e9bb5f14e9c
ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindTargetsPage.cs
@@ -371,7 +371,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 +481,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);