陈嘉乐
2020-04-29 38ab16c66df6fc523f2c385fd583a2f2e86a781c
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);