android-push-sdk icon indicating copy to clipboard operation
android-push-sdk copied to clipboard

watermark not showing up in damo app

Open MudassirAsghar22 opened this issue 6 years ago • 0 comments

uncommenting these lines did not show watermark; Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.watermark); Watermark watermark = new Watermark(bitmap, 300, 300, WatermarkPosition.WATERMARK_ORIENTATION_TOP_LEFT, 8, 8); cameraView.setWatermark(watermark);

MudassirAsghar22 avatar Apr 05 '18 13:04 MudassirAsghar22