summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/xml/display_preferences.xml
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-01-27 10:14:51 +0100
committerBrint E. Kriebel <bkriebel@vmware.com>2012-07-11 11:41:12 -0600
commit09cd945539e9c69e804551ee854fcf4ed55937b2 (patch)
tree8c4ef9cb98167726648c10fcf161b5e71d5cc10d /GNexusParts/res/xml/display_preferences.xml
parent8d1e22e61282c245189c5b70e1ec403b429b9a68 (diff)
downloaddevice_samsung_tuna-09cd945539e9c69e804551ee854fcf4ed55937b2.zip
device_samsung_tuna-09cd945539e9c69e804551ee854fcf4ed55937b2.tar.gz
device_samsung_tuna-09cd945539e9c69e804551ee854fcf4ed55937b2.tar.bz2
Added galaxy nexus specific settings
First addition is gamma color hack Change-Id: I199dc40334b4219bb4d3209360faeef2d66b6da1
Diffstat (limited to 'GNexusParts/res/xml/display_preferences.xml')
-rwxr-xr-xGNexusParts/res/xml/display_preferences.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/GNexusParts/res/xml/display_preferences.xml b/GNexusParts/res/xml/display_preferences.xml
new file mode 100755
index 0000000..8ae5c6c
--- /dev/null
+++ b/GNexusParts/res/xml/display_preferences.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ android:title="@string/app_name">
+
+ <!-- Color tuning -->
+ <com.cyanogenmod.settings.device.GammaTuningPreference
+ android:key="gamma_tuning"
+ android:title="@string/gamma_tuning_title_head"
+ android:summary="@string/gamma_tuning_summary_head" />
+
+</PreferenceScreen>