summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/xml
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-03-04 17:27:22 +0100
committerBrint E. Kriebel <bkriebel@vmware.com>2012-07-11 11:41:12 -0600
commit67b6004ff7094e6c983e865ff3dbdfa195838c6d (patch)
treea65ff2f7a7082887c8ebbbb0316cfd50353ae3be /GNexusParts/res/xml
parent8cd0b4ffd4d11e586fc4d4dd7fa38c46361e7f1e (diff)
downloaddevice_samsung_tuna-67b6004ff7094e6c983e865ff3dbdfa195838c6d.zip
device_samsung_tuna-67b6004ff7094e6c983e865ff3dbdfa195838c6d.tar.gz
device_samsung_tuna-67b6004ff7094e6c983e865ff3dbdfa195838c6d.tar.bz2
Add multipliers tuning code into GNex Parts
Change-Id: Id8d021694c09f36057fd24bae45b62d51ff7af6e
Diffstat (limited to 'GNexusParts/res/xml')
-rwxr-xr-xGNexusParts/res/xml/display_preferences.xml4
-rw-r--r--GNexusParts/res/xml/general_preferences.xml6
2 files changed, 10 insertions, 0 deletions
diff --git a/GNexusParts/res/xml/display_preferences.xml b/GNexusParts/res/xml/display_preferences.xml
index 8ae5c6c..9772b20 100755
--- a/GNexusParts/res/xml/display_preferences.xml
+++ b/GNexusParts/res/xml/display_preferences.xml
@@ -3,6 +3,10 @@
android:title="@string/app_name">
<!-- Color tuning -->
+ <com.cyanogenmod.settings.device.ColorTuningPreference
+ android:key="color_tuning"
+ android:title="@string/color_tuning_title_head"
+ android:summary="@string/color_tuning_summary_head" />
<com.cyanogenmod.settings.device.GammaTuningPreference
android:key="gamma_tuning"
android:title="@string/gamma_tuning_title_head"
diff --git a/GNexusParts/res/xml/general_preferences.xml b/GNexusParts/res/xml/general_preferences.xml
index 92187f1..fc07c42 100644
--- a/GNexusParts/res/xml/general_preferences.xml
+++ b/GNexusParts/res/xml/general_preferences.xml
@@ -1,4 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+ <!-- General settings -->
+ <PreferenceCategory android:key="category_cpu"
+ android:title="@string/category_cpu_title">
+
+ </PreferenceCategory>
+
</PreferenceScreen>