CopyPastor

Detecting plagiarism made easy.

Score: 1.7742607593536377; Reported for: String similarity, Exact paragraph match Open both answers

Possible Plagiarism

Plagiarized on 2014-05-20
by Farouk Touzi

Original Post

Original - Posted on 2013-01-22
by sergio



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Put the following lines of code:
RectF drawableRect = new RectF(0, 0, image_width, image_height); RectF viewRect = new RectF(0, 0, screen_width, screen_height); matrix.setRectToRect(drawableRect, viewRect, Matrix.ScaleToFit.CENTER);
Hope this will help you.
Ok, I've corrected the error, just had to put the following lines of code:
RectF drawableRect = new RectF(0, 0, image_width, image_height); RectF viewRect = new RectF(0, 0, screen_width, screen_height); matrix.setRectToRect(drawableRect, viewRect, Matrix.ScaleToFit.CENTER);
Hopefully someone help, thank you very much for answering.

        
Present in both answers; Present only in the new answer; Present only in the old answer;