- c.drawBitmap(resizedPlayButton, (float) ((thumbnail.getWidth() / 2) - ox),
- (float) ((thumbnail.getHeight() / 2) + ym), p);
+ c.drawBitmap(resizedPlayButton, (float) ((thumbnail.getWidth() / 2) + ox),
+ (float) ((thumbnail.getHeight() / 2) - ym), p);