mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-02-17 03:40:38 +01:00
rotate the shutter at taking a photo
This commit is contained in:
parent
a667326b1c
commit
e27b2bfd38
@ -287,6 +287,7 @@ public class MainActivity extends SimpleActivity
|
|||||||
|
|
||||||
private void handleShutter() {
|
private void handleShutter() {
|
||||||
if (mIsInPhotoMode) {
|
if (mIsInPhotoMode) {
|
||||||
|
mShutterBtn.animate().rotationBy(90).start();
|
||||||
mPreview.tryTakePicture();
|
mPreview.tryTakePicture();
|
||||||
} else {
|
} else {
|
||||||
final Resources res = getResources();
|
final Resources res = getResources();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user