From ce1feeeb0aaa2e53bca4e8d64953edaba2b41106 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 19 六月 2020 17:27:49 +0800 Subject: [PATCH] 请合并最新版代码 --- Home0618/Shared/Phone/CommonForm/EditorCommonForm.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Home0618/Shared/Phone/CommonForm/EditorCommonForm.cs b/Home0618/Shared/Phone/CommonForm/EditorCommonForm.cs index 3d889bb..669e6c7 100644 --- a/Home0618/Shared/Phone/CommonForm/EditorCommonForm.cs +++ b/Home0618/Shared/Phone/CommonForm/EditorCommonForm.cs @@ -121,6 +121,7 @@ btnLine.BackgroundColor = 0x40000000; btnLine.Y = topFrameLayout.Height - 1; topFrameLayout.AddChidren(btnLine); + topFrameLayout.AddTag("btnLine", btnLine); //杩斿洖閿� var btnBack = new BackViewControl(); -- Gitblit v1.8.0