rotate the shutter at taking a photo

This commit is contained in:
tibbi 2016-08-25 23:20:24 +02:00
parent a667326b1c
commit e27b2bfd38
1 changed files with 1 additions and 0 deletions

View File

@ -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();