rotate the image by 90 degrees at pressing Rotate

This commit is contained in:
tibbi 2016-10-05 21:47:12 +02:00
parent d3ce91beb5
commit 1e4c1206cc

View file

@ -28,6 +28,7 @@ class EditActivity : SimpleActivity() {
return true return true
} }
R.id.rotate -> { R.id.rotate -> {
crop_image_view.rotateImage(90)
return true return true
} }
} }