| | |
| | | if(UserCenterResourse.Option.SafetyShortcut) |
| | | { |
| | | var safetyBtn = new SafetyShortcutControl(); |
| | | safetyBtn.X = Application.GetRealWidth(855); |
| | | safetyBtn.X = Application.GetRealWidth(860); |
| | | safetyBtn.Gravity = Gravity.CenterVertical; |
| | | topFrameLayout.AddChidren(safetyBtn); |
| | | } |
| | |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | Text = Config.Instance.Home.Name ?? Language.StringByID(R.MyInternationalizationString.TheResidenceNameNull), |
| | | TextSize = 24, |
| | | TextColor = ZigbeeColor.Current.GXCTextBlackColor, |
| | | TextColor = ZigbeeColor.Current.GXCTextDeepBlackColor, |
| | | IsBold=true |
| | | }; |
| | | if (Config.Instance.Home.IsOthreShare) |