summaryrefslogtreecommitdiffstats
path: root/AriesParts/res/xml/main.xml
diff options
context:
space:
mode:
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>