黄学彪
2019-12-05 b3e96fce4cc01113128ddf8e0a18fc19594a9e56
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;
        }
    }
}