summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2015-09-04 18:37:30 -0700
committerRoman Birg <roman@cyngn.com>2015-09-08 17:37:51 +0000
commitcb3d43e4ac87d232da8aa2ce95e8145a27e49e85 (patch)
tree4818e994d75758327b87535be4da24f0067b891b /res
parentc8d41e7ee8e9c97b6454e02f070a7201153b2748 (diff)
downloadandroid_packages_apps_AudioFX-cb3d43e4ac87d232da8aa2ce95e8145a27e49e85.tar.gz
android_packages_apps_AudioFX-cb3d43e4ac87d232da8aa2ce95e8145a27e49e85.tar.bz2
android_packages_apps_AudioFX-cb3d43e4ac87d232da8aa2ce95e8145a27e49e85.zip
fix knobs for devices using QCOM audio libs
These devices should not use virtualizer/bass boost in speaker mode. This patch will set the knobs to be disabled in speaker mode, and toast when the user touches them letting them know they cannot use them with speakers. Ref: CRACKLING-586 Change-Id: I7a28ac4a0256e71092b1d0313b7f2117b705d19d Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'res')
-rw-r--r--res/values/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index a7b4daa..5f9a181 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -75,4 +75,5 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<color name="knob_container_background">#323437</color>
<color name="disabled_eq">#ff6c6c6c</color>
<color name="radial_knob_arc_bg">#4e5052</color>
+ <color name="radial_knob_arc_bg_disabled">#6c6c6c</color>
</resources>