From 37cc75ac18ba5e1e7002c84e5ab56077131d4e38 Mon Sep 17 00:00:00 2001 From: KalimochoAz Date: Fri, 27 Jan 2012 10:14:51 +0100 Subject: Added galaxy nexus specific settings First addition is gamma color hack Change-Id: I199dc40334b4219bb4d3209360faeef2d66b6da1 --- GNexusParts/res/drawable/color_tuning_preview.xml | 9 ++ .../res/drawable/ic_launcher_cmdevicesettings.png | Bin 0 -> 8207 bytes .../res/layout/preference_dialog_gamma_tuning.xml | 92 +++++++++++++++++++++ GNexusParts/res/layout/top.xml | 5 ++ GNexusParts/res/values/strings.xml | 19 +++++ GNexusParts/res/xml/display_preferences.xml | 11 +++ GNexusParts/res/xml/general_preferences.xml | 4 + 7 files changed, 140 insertions(+) create mode 100644 GNexusParts/res/drawable/color_tuning_preview.xml create mode 100755 GNexusParts/res/drawable/ic_launcher_cmdevicesettings.png create mode 100644 GNexusParts/res/layout/preference_dialog_gamma_tuning.xml create mode 100755 GNexusParts/res/layout/top.xml create mode 100644 GNexusParts/res/values/strings.xml create mode 100755 GNexusParts/res/xml/display_preferences.xml create mode 100644 GNexusParts/res/xml/general_preferences.xml (limited to 'GNexusParts/res') diff --git a/GNexusParts/res/drawable/color_tuning_preview.xml b/GNexusParts/res/drawable/color_tuning_preview.xml new file mode 100644 index 0000000..2d83c10 --- /dev/null +++ b/GNexusParts/res/drawable/color_tuning_preview.xml @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/GNexusParts/res/drawable/ic_launcher_cmdevicesettings.png b/GNexusParts/res/drawable/ic_launcher_cmdevicesettings.png new file mode 100755 index 0000000..66de9c3 Binary files /dev/null and b/GNexusParts/res/drawable/ic_launcher_cmdevicesettings.png differ diff --git a/GNexusParts/res/layout/preference_dialog_gamma_tuning.xml b/GNexusParts/res/layout/preference_dialog_gamma_tuning.xml new file mode 100644 index 0000000..3ece54b --- /dev/null +++ b/GNexusParts/res/layout/preference_dialog_gamma_tuning.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/GNexusParts/res/layout/top.xml b/GNexusParts/res/layout/top.xml new file mode 100755 index 0000000..744b568 --- /dev/null +++ b/GNexusParts/res/layout/top.xml @@ -0,0 +1,5 @@ + + diff --git a/GNexusParts/res/values/strings.xml b/GNexusParts/res/values/strings.xml new file mode 100644 index 0000000..7732661 --- /dev/null +++ b/GNexusParts/res/values/strings.xml @@ -0,0 +1,19 @@ + + + Galaxy Nexus Settings + + + GENERAL + DISPLAY + + WM8994 Settings ( voodoo ) + Color Gamma Tuning + Calibrate gamma color correction + Red + Green + Blue + + Radio + HSPA + Enable HSDPA/HSUPA + 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 @@ + + + + + + + diff --git a/GNexusParts/res/xml/general_preferences.xml b/GNexusParts/res/xml/general_preferences.xml new file mode 100644 index 0000000..92187f1 --- /dev/null +++ b/GNexusParts/res/xml/general_preferences.xml @@ -0,0 +1,4 @@ + + + + -- cgit v1.1