From ddb46a700775aacfb6cc82d9586302a38c8fa0a7 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期一, 23 十二月 2019 09:13:37 +0800
Subject: [PATCH] 2019.12.23

---
 ZigbeeApp/Shared/Phone/Device/Category/SelectDelayTime.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Category/SelectDelayTime.cs b/ZigbeeApp/Shared/Phone/Device/Category/SelectDelayTime.cs
index 3394193..227faea 100644
--- a/ZigbeeApp/Shared/Phone/Device/Category/SelectDelayTime.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Category/SelectDelayTime.cs
@@ -67,7 +67,7 @@
             var top = new TopFrameLayout();
             AddChidren(top);
             top.InitTopview();
-            top.SetTopTitle(R.MyInternationalizationString.AddScence);
+            top.SetTopTitle(R.MyInternationalizationString.AddDelayTime);
             top.backButton.MouseUpEventHandler += (sender, e) =>
             {
                 RemoveFromParent();
@@ -113,7 +113,7 @@
                 Height = Application.GetMinRealAverage(124),
                 Width = Application.GetMinRealAverage(124),
                 Gravity = Gravity.Center,
-                Radius = (uint)Application.GetRealHeight(124 / 2),
+                Radius = (uint)Application.GetRealHeight(58),
                 UnSelectedImagePath = "Item/Timer.png"
             };
             bg1.AddChidren(timeImg);
@@ -126,6 +126,7 @@
                 Gravity = Gravity.CenterHorizontal,
                 TextID = R.MyInternationalizationString.SelectTimeForAction,
                 TextColor = ZigbeeColor.Current.GXCTextBlackColor,
+                TextSize=15,
                 IsMoreLines = true
             };
             bodyFrameLayout.AddChidren(tip);
@@ -135,7 +136,7 @@
                 Y = Application.GetRealHeight(611),
                 Height = Application.GetRealHeight(1126),
                 BackgroundColor = ZigbeeColor.Current.GXCBackgroundColor,
-                Radius = (uint)Application.GetRealHeight(17),
+                Radius = (uint)Application.GetRealHeight(58),
             };
             bodyFrameLayout.AddChidren(midFL);
 

--
Gitblit v1.8.0