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.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/AriesParts/res/xml/main.xml b/AriesParts/res/xml/main.xml
index 66876f2..7f88321 100644
--- a/AriesParts/res/xml/main.xml
+++ b/AriesParts/res/xml/main.xml
@@ -31,7 +31,8 @@
</PreferenceCategory>
<PreferenceCategory
- android:title="@string/category_radio_title">
+ android:title="@string/category_radio_title"
+ android:key="category_radio">
<!-- UMTS/HSDPA/HSUPA settings -->
<ListPreference
android:key="hspa"
@@ -59,4 +60,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>