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
committerKalimochoAz <calimochoazucarado@gmail.com>2012-01-27 10:14:51 +0100
commit37cc75ac18ba5e1e7002c84e5ab56077131d4e38 (patch)
tree90b31d7c930820d24721a1563ce9d15433346646 /GNexusParts/res/xml/display_preferences.xml
parent35485eb234a039b93ffba4e3067be8cf7d425c94 (diff)
downloaddevice_samsung_tuna-37cc75ac18ba5e1e7002c84e5ab56077131d4e38.zip
device_samsung_tuna-37cc75ac18ba5e1e7002c84e5ab56077131d4e38.tar.gz
device_samsung_tuna-37cc75ac18ba5e1e7002c84e5ab56077131d4e38.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>