From eb5a57942bae8eb57fd7fb61124c247bebb67e8e Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 19 六月 2020 10:18:28 +0800 Subject: [PATCH] Merge branch 'dev-tzy' into dev-2020xm --- 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