From 315e336680efe5c654726c2cdae630146fe5c99c Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 29 十一月 2019 10:06:19 +0800 Subject: [PATCH] 合并代码 --- ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs b/ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs index 9d9c77d..4144117 100755 --- a/ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs @@ -32,7 +32,7 @@ var titleName = new Button { - TextSize = 16, + TextSize = 17, TextColor = ZigbeeColor.Current.LogicTextBlackColor, TextAlignment = TextAlignment.CenterLeft, X = Application.GetRealWidth(176), @@ -117,6 +117,8 @@ Y = blancolor.Bottom + Application.GetRealHeight(50), TextID =MyInternationalizationString.createtimetext, TextColor = ZigbeeColor.Current.LogicTextBlackColor, + TextSize = 15, + }; middle.AddChidren(titleText); @@ -127,8 +129,8 @@ BackgroundColor = ZigbeeColor.Current.LogicBlankBackgroundColor, }; middle.AddChidren(PickerViewfra); - - + PickerViewfra.SetCornerWithSameRadius(20, HDLUtils.RectCornerTopLeft | HDLUtils.RectCornerTopRight); + var mUIPickerView = new UIPickerView { -- Gitblit v1.8.0