陈嘉乐
2020-05-18 5da99fed2eb0d08b6338064da5f998891252c7b8
ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionFileContentForm.cs
@@ -36,8 +36,8 @@
            {
                var btnPic = new ImageView();
                btnPic.Y = Application.GetRealHeight(60);
                btnPic.Width = Application.GetMinRealAverage(887);
                btnPic.Height = Application.GetMinRealAverage(444);
                btnPic.Width = this.GetPictrueRealSize(887);
                btnPic.Height = this.GetPictrueRealSize(444);
                btnPic.Gravity = Gravity.CenterHorizontal;
                btnPic.Radius= (uint)Application.GetRealHeight(17);
                btnPic.ImageBytes = Shared.IO.FileUtils.ReadFile(i_file);