mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-02-12 01:10:42 +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() {
|
||||
if (mIsInPhotoMode) {
|
||||
mShutterBtn.animate().rotationBy(90).start();
|
||||
mPreview.tryTakePicture();
|
||||
} else {
|
||||
final Resources res = getResources();
|
||||
|
Loading…
x
Reference in New Issue
Block a user