Skin skin = new Skin();
skin.backgroundColor = "#fc953a";
skin.borderColor = "#fc953a";
skin.maskColor = "#fc953a";
skin.overlayColor = "#ffffff";
skin.dataColor = "#ffffff";
skin.imageFit = 2;
skin.imageUrl = "https://upload.wikimedia.org/wikipedia/commons/8/8d/President_Barack_Obama.jpg";
renderView.setAll(template, data, skin);
Adding an image in the imageUrl property does not work. Everything is OK, except image. There is a filled background in the middle of Quikkly QR.
It works for iOS but not for Android.
Adding an image in the imageUrl property does not work. Everything is OK, except image. There is a filled background in the middle of Quikkly QR.
It works for iOS but not for Android.