summaryrefslogtreecommitdiffstats
path: root/res/values/styles.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/values/styles.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/values/styles.xml')
-rw-r--r--res/values/styles.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c6b99624e..bb13cc5c8 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -252,6 +252,11 @@
<item name="android:layout_height">@dimen/menu_outer_size</item>
<item name="android:scaleType">center</item>
</style>
+ <style name="MuteButton">
+ <item name="android:layout_width">@dimen/mute_outer_size</item>
+ <item name="android:layout_height">@dimen/mute_outer_size</item>
+ <item name="android:scaleType">center</item>
+ </style>
<style name="ToggleButton">
<item name="android:layout_width">@dimen/toggle_outer_size</item>
<item name="android:layout_height">@dimen/toggle_outer_size</item>