ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs
@@ -89,6 +89,12 @@ topFrameLayout.Name = "topFrameLayout"; this.AddChidren(topFrameLayout); //线 var btnLine = new NormalViewControl(topFrameLayout.Width, 1, false); btnLine.BackgroundColor = 0x40000000; btnLine.Y = topFrameLayout.Height - 1; topFrameLayout.AddChidren(btnLine); //返回键 var btnBack = new BackViewControl(); topFrameLayout.AddChidren(btnBack);