summaryrefslogtreecommitdiffstats
path: root/AriesParts/res/xml/main.xml
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2012-06-06 20:15:46 +0400
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-06-06 20:15:46 +0400
commit324010079d2f8e4992d79d6b1d20f58a9347c992 (patch)
treeb7a01a97731429418306070f4206c0970b88ac61 /AriesParts/res/xml/main.xml
parent8b038022d50c1a6eba32803deee2df63bfafe14a (diff)
parentcd22b8edae1eda959013e73ffa7eec1ecd947cdf (diff)
downloaddevice_samsung_aries-common-324010079d2f8e4992d79d6b1d20f58a9347c992.zip
device_samsung_aries-common-324010079d2f8e4992d79d6b1d20f58a9347c992.tar.gz
device_samsung_aries-common-324010079d2f8e4992d79d6b1d20f58a9347c992.tar.bz2
Merge "AriesParts: add controls for CDMA in-call volume settings" into ics
Diffstat (limited to 'AriesParts/res/xml/main.xml')
-rw-r--r--AriesParts/res/xml/main.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/AriesParts/res/xml/main.xml b/AriesParts/res/xml/main.xml
index 66876f2..c371a4f 100644
--- a/AriesParts/res/xml/main.xml
+++ b/AriesParts/res/xml/main.xml
@@ -59,4 +59,15 @@
android:entryValues="@array/tvout_system_entries_values"
android:defaultValue="2" />
</PreferenceCategory>
+
+ <PreferenceCategory
+ android:title="@string/category_volume_boost_title"
+ android:key="category_volume_boost">
+ <!-- Volume Boost -->
+ <com.cyanogenmod.settings.device.VolumeBoostPreference
+ android:key="volume_boost"
+ android:title="@string/volume_boost_title_head"
+ android:summary="@string/volume_boost_summary_head" />
+ </PreferenceCategory>
+
</PreferenceScreen>