mirror of
https://github.com/FossifyOrg/Camera.git
synced 2026-04-20 15:11:57 -04:00
rotate the shutter at taking a photo
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user