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.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/AriesParts/res/xml/main.xml b/AriesParts/res/xml/main.xml
index 7f88321..913f3fa 100644
--- a/AriesParts/res/xml/main.xml
+++ b/AriesParts/res/xml/main.xml
@@ -71,4 +71,22 @@
android:summary="@string/volume_boost_summary_head" />
</PreferenceCategory>
+ <PreferenceCategory
+ android:title="@string/category_dock_audio_title"
+ android:key="category_dock_audio">
+ <!-- Dock Audio -->
+ <CheckBoxPreference
+ android:key="cardock_audio"
+ android:title="@string/cardock_audio_title_head"
+ android:summaryOn="@string/cardock_audio_summary_on"
+ android:summaryOff="@string/cardock_audio_summary_off"
+ android:persistent="true" />
+ <CheckBoxPreference
+ android:key="deskdock_audio"
+ android:title="@string/deskdock_audio_title_head"
+ android:summaryOn="@string/deskdock_audio_summary_on"
+ android:summaryOff="@string/deskdock_audio_summary_off"
+ android:persistent="true" />
+ </PreferenceCategory>
+
</PreferenceScreen>