summaryrefslogtreecommitdiffstats
path: root/AriesParts/res/xml/main.xml
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-12-06 14:45:41 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-12-06 14:45:54 +0700
commitcdf27513762c3313f8ef8e606bb31533e5f25087 (patch)
tree56fcffba956b8305ded2e104758a2f744cfb2285 /AriesParts/res/xml/main.xml
parent71012e283db265ba0d4b93400ea802e2a84c46bf (diff)
downloaddevice_samsung_aries-common-cdf27513762c3313f8ef8e606bb31533e5f25087.zip
device_samsung_aries-common-cdf27513762c3313f8ef8e606bb31533e5f25087.tar.gz
device_samsung_aries-common-cdf27513762c3313f8ef8e606bb31533e5f25087.tar.bz2
Add TV Out support
Diffstat (limited to 'AriesParts/res/xml/main.xml')
-rw-r--r--AriesParts/res/xml/main.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/AriesParts/res/xml/main.xml b/AriesParts/res/xml/main.xml
index e74b599..9c5ff22 100644
--- a/AriesParts/res/xml/main.xml
+++ b/AriesParts/res/xml/main.xml
@@ -33,4 +33,20 @@
android:entryValues="@array/hspa_entries_values"
android:defaultValue="23" />
</PreferenceCategory>
+
+ <PreferenceCategory
+ android:title="@string/category_tvout_title">
+ <CheckBoxPreference
+ android:key="tvout_enable"
+ android:title="@string/tvout_enable_head"
+ android:summaryOn="@string/tvout_enable_summary_on"
+ android:persistent="false" />
+ <ListPreference
+ android:key="tvout_system"
+ android:title="@string/tvout_system_head"
+ android:summary="@string/tvout_system_summary"
+ android:entries="@array/tvout_system_entries"
+ android:entryValues="@array/tvout_system_entries_values"
+ android:defaultValue="2" />
+ </PreferenceCategory>
</PreferenceScreen>