summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/WideAnglePanoramaUI.java
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@localhost>2015-10-30 10:13:25 -0700
committerCamera Software Integration <camswint@localhost>2015-12-22 16:25:32 +0530
commit488679fccee078348a5fd79d701fdec365199051 (patch)
treec9b5b7319bdab7e86952f5b0341896c141d40808 /src/com/android/camera/WideAnglePanoramaUI.java
parent956aaa62fec3b4379103515b02eb5459b3fad92f (diff)
downloadandroid_packages_apps_Snap-488679fccee078348a5fd79d701fdec365199051.tar.gz
android_packages_apps_Snap-488679fccee078348a5fd79d701fdec365199051.tar.bz2
android_packages_apps_Snap-488679fccee078348a5fd79d701fdec365199051.zip
SnapdragonCamera: Introducing mute button
Introducing audio mute button on video recording Change-Id: I69ff6fe97c4b8d76a890b5e41667dab534d69ba8 CRs-Fixed: 937239
Diffstat (limited to 'src/com/android/camera/WideAnglePanoramaUI.java')
-rw-r--r--src/com/android/camera/WideAnglePanoramaUI.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/camera/WideAnglePanoramaUI.java b/src/com/android/camera/WideAnglePanoramaUI.java
index f79115449..5dab49f7c 100644
--- a/src/com/android/camera/WideAnglePanoramaUI.java
+++ b/src/com/android/camera/WideAnglePanoramaUI.java
@@ -50,6 +50,7 @@ import android.widget.TextView;
import com.android.camera.ui.CameraControls;
import com.android.camera.ui.CameraRootView;
import com.android.camera.ui.ModuleSwitcher;
+import com.android.camera.ui.RotateImageView;
import com.android.camera.ui.RotateLayout;
import com.android.camera.ui.RotateTextToast;
import com.android.camera.util.CameraUtil;
@@ -137,6 +138,9 @@ public class WideAnglePanoramaUI implements
mSwitcher.setOrientation(mOrientation, false);
}
});
+
+ RotateImageView muteButton = (RotateImageView)mRootView.findViewById(R.id.mute_button);
+ muteButton.setVisibility(View.GONE);
}
public void onStartCapture() {