黄学彪
2019-12-09 163777d8a2cb7cfa469f54a7042528870ebc10a3
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/TopRightMenuControl.cs
@@ -79,7 +79,7 @@
            frameTable.Height = Application.GetRealHeight(RowHeight * rowCount);
            frameTable.BackgroundColor = UserCenterColor.Current.White;
            frameTable.BorderColor = UserCenterColor.Current.Transparent;
            frameTable.Radius = 6;
            frameTable.Radius = (uint)Application.GetRealHeight(17);
            this.AddChidren(frameTable);
            if (titleText != null)
@@ -104,7 +104,7 @@
                //拥有标题
                listView.Y = Application.GetRealHeight(RowHeight);
            }
            listView.Radius = frameTable.Radius;
            listView.Radius = (uint)Application.GetRealHeight(17);
            frameTable.AddChidren(listView);
            //三角形图标