DSPManager: Update resources
* Update copyright notice
* Move array up to be consistent with the rest of the file
Change-Id: I3c957f144800537b2872965a1d73b48817faa346
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 7ed6013..27f57e8 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1,17 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012-2013 The CyanogenMod Project
+<!--
+ Copyright (C) 2010-2014 The CyanogenMod Project
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string-array name="microphone_recording_presets">
@@ -58,6 +59,22 @@
<item>@string/eq_preset_custom</item>
</string-array>
+ <string-array name="equalizer_preset_values" translatable="false">
+ <item>4.5;4.5;3.5;1.75;3.5;2.5;</item> <!-- Acoustic -->
+ <item>6.5;6.5;4.0;0.0;0.0;0.0;</item> <!-- Bass Booster -->
+ <item>-6.5;-6.5;-4.0;0.0;0.0;0.0;</item> <!-- Bass Reducer -->
+ <item>4.0;4.0;3.25;-0.5;2.0;3.5;</item> <!-- Classical -->
+ <item>4.0;4.0;0.5;1.5;-4.0;-4.5;</item> <!-- Deep -->
+ <item>0.0;0.0;0.0;0.0;0.0;0.0;</item> <!-- Flat -->
+ <item>5.5;5.5;3.5;-1.75;1.5;2.5;</item> <!-- R&B -->
+ <item>4.5;4.5;2.75;-0.5;2.75;4.0;</item> <!-- Rock -->
+ <item>6.5;6.5;4.0;0.0;-6.5;-4.0;</item> <!-- Small Speakers -->
+ <item>0.0;0.0;0.0;0.0;4.0;6.5;</item> <!-- Treble Booster -->
+ <item>0.0;0.0;0.0;0.0;-6.5;-4.0;</item> <!-- Treble Reducer -->
+ <item>-2.5;-2.5;0.0;3.5;1.5;-2.0;</item> <!-- Vocal Booster -->
+ <item>custom</item> <!-- Custom -->
+ </string-array>
+
<string-array name="equalizer_loudness_modes">
<item>Disabled</item>
<item>Weakest</item>
@@ -78,22 +95,6 @@
<item>2500</item>
</string-array>
- <string-array name="equalizer_preset_values" translatable="false">
- <item>4.5;4.5;3.5;1.75;3.5;2.5;</item> <!-- Acoustic -->
- <item>6.5;6.5;4.0;0.0;0.0;0.0;</item> <!-- Bass Booster -->
- <item>-6.5;-6.5;-4.0;0.0;0.0;0.0;</item> <!-- Bass Reducer -->
- <item>4.0;4.0;3.25;-0.5;2.0;3.5;</item> <!-- Classical -->
- <item>4.0;4.0;0.5;1.5;-4.0;-4.5;</item> <!-- Deep -->
- <item>0.0;0.0;0.0;0.0;0.0;0.0;</item> <!-- Flat -->
- <item>5.5;5.5;3.5;-1.75;1.5;2.5;</item> <!-- R&B -->
- <item>4.5;4.5;2.75;-0.5;2.75;4.0;</item> <!-- Rock -->
- <item>6.5;6.5;4.0;0.0;-6.5;-4.0;</item> <!-- Small Speakers -->
- <item>0.0;0.0;0.0;0.0;4.0;6.5;</item> <!-- Treble Booster -->
- <item>0.0;0.0;0.0;0.0;-6.5;-4.0;</item> <!-- Treble Reducer -->
- <item>-2.5;-2.5;0.0;3.5;1.5;-2.0;</item> <!-- Vocal Booster -->
- <item>custom</item> <!-- Custom -->
- </string-array>
-
<string-array name="compression_modes">
<item>Slight</item>
<item>Moderate</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e7a99c0..fb42f0c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2012-2013 The CyanogenMod Project
+ Copyright (C) 2010-2014 The CyanogenMod Project
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
-->
<resources>
<string name="app_name">DSP Manager</string>