summaryrefslogtreecommitdiffstats
path: root/AriesParts/res/xml/main.xml
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2012-07-29 06:11:29 -0500
committerjt1134 <jt1134@gmail.com>2012-07-29 06:11:29 -0500
commit3c4cca0e9e8c17d7be8f8ccb207f8f2775e95ccd (patch)
treec4c0180dde1d152c85382ad6f88b2a21a877d093 /AriesParts/res/xml/main.xml
parent49b6cff5a8e35a354b019d2c5ff1e5a17522f074 (diff)
downloaddevice_samsung_aries-common-3c4cca0e9e8c17d7be8f8ccb207f8f2775e95ccd.zip
device_samsung_aries-common-3c4cca0e9e8c17d7be8f8ccb207f8f2775e95ccd.tar.gz
device_samsung_aries-common-3c4cca0e9e8c17d7be8f8ccb207f8f2775e95ccd.tar.bz2
AriesParts: add toggles for car and desk dock audio output
Change-Id: Icd651195588b779ff36df0d6f4e9cf23785eaaec
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>