mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-18 22:37:59 +01:00
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