From 9c16d3614d9b88c637f967518a329f239fcd3aaf Mon Sep 17 00:00:00 2001 From: lss <316519258@qq.com> Date: 星期五, 12 六月 2020 09:22:04 +0800 Subject: [PATCH] 2020.06.12 --- ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorlockDialog.cs | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorlockDialog.cs b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorlockDialog.cs index 0c6c44e..228c616 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorlockDialog.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorlockDialog.cs @@ -5,16 +5,24 @@ { public class DoorlockDialog : FrameLayout { + /// <summary> + /// 闂ㄩ攣寮圭獥 + /// </summary> + /// <param name="dialog"></param> + /// <param name="title"></param> public DoorlockDialog(Dialog dialog, string title) { this.dialog = dialog; this.title = title; } + /// <summary> + /// 寮圭獥鏍囬 + /// </summary> public string title = string.Empty; public Dialog dialog; /// <summary> - /// 寮圭獥鍙栨秷鎸夐敭 + /// 寮圭獥鏍囬鏍忎笅鐨勭嚎鏉� /// </summary> public Button dialogLine = new Button { @@ -48,7 +56,6 @@ /// </summary> public FrameLayout dialogMidFraFrameLayout = new FrameLayout { - Width = Application.GetRealWidth(415), Height = Application.GetRealHeight(58), X = Application.GetRealWidth(190), Y = Application.GetRealHeight(202), @@ -60,16 +67,21 @@ public Button dialogMidText = new Button { TextColor = Shared.Common.ZigbeeColor.Current.XMGray3, + TextSize = 14, + TextAlignment = TextAlignment.Center, }; /// <summary> - /// 闃村奖閮ㄥ垎 + /// 寮圭獥闃村奖鑳屾櫙 /// </summary> public FrameLayout flMain = new FrameLayout { BackgroundColor = 0x00000000, }; + /// <summary> + /// 寮圭獥鏄剧ず + /// </summary> public void Show() { dialog.Show(); -- Gitblit v1.8.0