summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/PhotoModule.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/PhotoModule.java')
-rw-r--r--src/com/android/camera/PhotoModule.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/camera/PhotoModule.java b/src/com/android/camera/PhotoModule.java
index 299540010..e10f4ecbb 100644
--- a/src/com/android/camera/PhotoModule.java
+++ b/src/com/android/camera/PhotoModule.java
@@ -951,6 +951,8 @@ public class PhotoModule
return;
}
+ mUI.doShutterAnimation();
+
if (mLongshotSave) {
mCameraDevice.takePicture(mHandler,
new LongshotShutterCallback(),
@@ -1891,6 +1893,7 @@ public class PhotoModule
// need to re-initialize mGraphView to show histogram on rotate
mGraphView = (GraphView)mRootView.findViewById(R.id.graph_view);
if(mGraphView != null){
+ mGraphView.setAlpha(0.75f);
mGraphView.setPhotoModuleObject(this);
mGraphView.PreviewChanged();
}
@@ -4293,6 +4296,7 @@ public class PhotoModule
}
skinToneSeekBar.setProgress(progress);
mActivity.findViewById(R.id.linear).bringToFront();
+ mActivity.findViewById(R.id.progress).setVisibility(View.GONE);
skinToneSeekBar.bringToFront();
Title.setText("Skin Tone Enhancement");
Title.setVisibility(View.VISIBLE);