ZigbeeApp/Shared/Phone/Device/CommonForm/ButtonLineForm.cs
@@ -66,7 +66,8 @@ Width = Width, Height = Height - 3, TextColor=ZigbeeColor.Current.GXCTextGrayColor4, SelectedTextColor=ZigbeeColor.Current.GXCTextDeepBlackColor SelectedTextColor = ZigbeeColor.Current.GXCTextDeepBlackColor, TextSize = CommonFormResouce.TextSize }; AddChidren(NameBtn); @@ -99,6 +100,7 @@ public void SetStatu(bool statu) { NameBtn.IsSelected = Line.IsSelected = statu; NameBtn.TextSize = statu ? CommonFormResouce.TextSize_Selected : CommonFormResouce.TextSize; } } }