黄学彪
2019-12-31 737c036a39176fd2085ce82b7c60391da8cb508c
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/InformationEditorControl.cs
@@ -59,10 +59,10 @@
        {
            var btnFinish = new BottomClickButton();
            //借用Y轴坐标(让这个区域不能点击菜单)
            var frameBack = new FrameLayout();
            frameBack.Y = btnFinish.Yaxis;
            frameBack.Height = bodyFrameLayout.Height - btnFinish.Yaxis;
            bodyFrameLayout.AddChidren(frameBack);
            //var frameBack = new FrameLayout();
            //frameBack.Y = btnFinish.Yaxis;
            //frameBack.Height = bodyFrameLayout.Height - btnFinish.Yaxis;
            //bodyFrameLayout.AddChidren(frameBack);
            if (listview.ChildrenCount > 0)
            {
@@ -71,7 +71,8 @@
                {
                    //促使被挡住的菜单能够向上滑动
                    var frameTemp = new FrameLayout();
                    frameTemp.Height = frameBack.Height + Application.GetRealHeight(115);
                    //frameTemp.Height = frameBack.Height + Application.GetRealHeight(115);
                    frameTemp.Height = bodyFrameLayout.Height - btnFinish.Yaxis + Application.GetRealHeight(115);
                    listview.AddChidren(frameTemp);
                }
            }