mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-06-27 09:02:59 +02: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() {
|
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();
|
||||||
|
Reference in New Issue
Block a user