rotate the image by 90 degrees at pressing Rotate
This commit is contained in:
parent
d3ce91beb5
commit
1e4c1206cc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue