Results 2 issues of toandk

The rotation action is more complicated than the drop action because the player has to imagine the shape of the block after it rotating. Besides, I think most of the...

I found a bug: Currently overlay bitmap is scaled by baseBitmap dimens Line 217 of file **BitmapmergerTask.java** has to change from: `Bitmap overlayScaled = Bitmap.createScaledBitmap(overlayBitmap, (int) (baseBitmap.getWidth() * scale), (int)...