From 355bf4219bcd33f2178ed3b1aa54e0af71905fdf Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 19 三月 2021 09:44:27 +0800 Subject: [PATCH] Merge branch 'WJC' into temp-wxr --- HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs index 37368a5..27d39e7 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs @@ -84,8 +84,7 @@ public Button sumBtn = new Button { Y = Application.GetRealHeight(59), - - Width = Application.GetRealWidth(20), + Width = Application.GetRealWidth(50), Height = Application.GetRealHeight(17), Text = "/10", TextAlignment = TextAlignment.CenterLeft, @@ -102,8 +101,8 @@ X = Application.GetRealWidth(291), Width = Application.GetRealWidth(8), Height = Application.GetRealWidth(8), - UnSelectedImagePath = "PirIcon/online.png", - SelectedImagePath = "PirIcon/offline.png", + UnSelectedImagePath ="PirIcon/offline.png", + SelectedImagePath = "PirIcon/online.png", }; /// <summary> @@ -118,8 +117,8 @@ TextID = StringId.zaixianhwb, TextAlignment = TextAlignment.CenterLeft, TextSize = TextSize.text12, - TextColor = 0xFF67D569,// CSS.CSS_Color.textColor, - SelectedTextColor = CSS.CSS_Color.textRedColor, + TextColor = CSS.CSS_Color.textRedColor,// CSS.CSS_Color.textColor, + SelectedTextColor = 0xFF67D569, IsBold = true, }; /// <summary> -- Gitblit v1.8.0