summaryrefslogtreecommitdiffstats
path: root/AriesParts/res/xml/main.xml
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-10-29 20:16:27 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-10-31 12:50:55 +0700
commita80465577d6c6b32946a47a008a2b2640f26391b (patch)
tree4349885483e55c06a76115c87d0a515020898350 /AriesParts/res/xml/main.xml
parent6e885a485a8faf158fcc1f1c8f9f6fb8ea9eda12 (diff)
downloaddevice_samsung_aries-common-a80465577d6c6b32946a47a008a2b2640f26391b.zip
device_samsung_aries-common-a80465577d6c6b32946a47a008a2b2640f26391b.tar.gz
device_samsung_aries-common-a80465577d6c6b32946a47a008a2b2640f26391b.tar.bz2
Device-specific settings for aries devices (1/7)
Requires I641cba7cc7b634130ec55aec1dd6ca36659ed3c9 and updated kernels Patch set 2: Fix wrong translatable="false" Patch set 3: Change app_name and add value display to color calibration Patch set 4: Adjust backlight timeout description and moved "Never" to the end of the list Change-Id: Ie259e6da5a9dee2534790ca23a3b49f78b5ff2ce
Diffstat (limited to 'AriesParts/res/xml/main.xml')
-rw-r--r--AriesParts/res/xml/main.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/AriesParts/res/xml/main.xml b/AriesParts/res/xml/main.xml
new file mode 100644
index 0000000..68938f4
--- /dev/null
+++ b/AriesParts/res/xml/main.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <PreferenceCategory
+ android:title="@string/category_screen_title">
+ <!-- Color tuning -->
+ <com.cyanogenmod.AriesParts.ColorTuningPreference
+ android:key="color_tuning"
+ android:title="@string/color_tuning_title_head"
+ android:summary="@string/color_tuning_summary_head" />
+ </PreferenceCategory>
+
+ <PreferenceCategory
+ android:title="@string/category_touchkey_title">
+ <!-- Touch key backlight timeout -->
+ <ListPreference
+ android:key="backlight_timeout"
+ android:title="@string/backlight_timeout_title_head"
+ android:summary="@string/backlight_timeout_summary_head"
+ android:entries="@array/backlight_timeout_entries"
+ android:entryValues="@array/backlight_timeout_entries_values"
+ android:defaultValue="1600" />
+ </PreferenceCategory>
+
+</PreferenceScreen>