From 3dcbd186c42c598c0c08d1cd37034cf2baa09e54 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 30 十二月 2019 15:47:51 +0800
Subject: [PATCH] 合并了代码

---
 ZigbeeApp/Shared/Phone/Device/CommonForm/FunctionRow.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/CommonForm/FunctionRow.cs b/ZigbeeApp/Shared/Phone/Device/CommonForm/FunctionRow.cs
index 8fe24e8..64d5392 100755
--- a/ZigbeeApp/Shared/Phone/Device/CommonForm/FunctionRow.cs
+++ b/ZigbeeApp/Shared/Phone/Device/CommonForm/FunctionRow.cs
@@ -62,7 +62,6 @@
             Y = Application.GetRealHeight(y);
             Width = Application.GetRealWidth(1080);
             Height = Application.GetRealHeight(127);
-            BackgroundColor = ZigbeeColor.Current.GXCBackgroundColor;
         }
 
         /// <summary>
@@ -106,7 +105,8 @@
                 TextColor = ZigbeeColor.Current.GXCTextBlackColor,
                 SelectedTextColor = ZigbeeColor.Current.GXCTextSelectedColor,
                 TextAlignment = TextAlignment.CenterLeft,
-                Tag = Tag
+                Tag = Tag,
+                TextSize=14
             };
             AddChidren(NameBtn);
 
@@ -125,10 +125,10 @@
             var line = new Button()
             {
                 X = Application.GetRealWidth(200),
-                Y = Height - 2,
+                Y = Height - 1,
                 Width = Application.GetRealWidth(821),
-                Height = 2,
-                BackgroundColor = ZigbeeColor.Current.GXCGrayLineColor,
+                Height = 1,
+                BackgroundColor = ZigbeeColor.Current.GXCGrayLineColor2,
                 Tag = Tag
             };
             AddChidren(line);

--
Gitblit v1.8.0