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…
Reference in New Issue