黄学彪
2019-12-17 5986f63b75bd81c6cef262c670e9251c038cbf5d
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);
            //三角形图标