summaryrefslogtreecommitdiffstats
path: root/res/layout/camera_controls.xml
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 /res/layout/camera_controls.xml
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 'res/layout/camera_controls.xml')
-rw-r--r--res/layout/camera_controls.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/camera_controls.xml b/res/layout/camera_controls.xml
index af47a13b6..66519d41c 100644
--- a/res/layout/camera_controls.xml
+++ b/res/layout/camera_controls.xml
@@ -39,6 +39,12 @@
android:contentDescription="@string/accessibility_menu_button"
android:src="@drawable/ic_settings" />
+ <com.android.camera.ui.RotateImageView
+ android:id="@+id/mute_button"
+ style="@style/MenuButton"
+ android:contentDescription="@string/mute_button_desc"
+ android:src="@drawable/ic_unmuted_button" />
+
<com.android.camera.ui.ModuleSwitcher
android:id="@+id/camera_switcher"
style="@style/SwitcherButton"