| | |
| | | { |
| | | 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); |
| | |
| | | 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); |