Subkhan Sarif

Results 8 comments of Subkhan Sarif

Yeah I don't find it either. And the tutorial doesn't event explain where to use that `formatter` anywhere in the code.

Inside onMeasure(), remove remove checking if movieWidth > maximumWidth and remove if movieHeight > maximumHeight. So change these lines: ```java if (measureModeWidth != MeasureSpec.UNSPECIFIED) { int maximumWidth = MeasureSpec.getSize(widthMeasureSpec); if...

@rok5ek thanks I'm gonna look it up

It turns out ops other then Region.Op.INTERSECT and Region.Op.DIFFERENCE are deprecated since API 26 as they have the ability to expand the clip (which is exactly what's needed here). Since...

@rok5ek I've updated to androidX. And for the shadow for API 28, I think I need to find other solution. Perhaps to resize the actual view, but still not sure.

Can you please provide what the error says?

@PembaTamang You don't need to specify fragment in second parameter. Sorry I forgot to update the readme

It happens to me too, did you get the solution?