From 6bace11c22ecb3746739c8e786a7dba43f0712d4 Mon Sep 17 00:00:00 2001 From: Brandon Bennett Date: Sat, 10 Nov 2012 19:21:35 -0700 Subject: Remove tabs from GNexusParts Although the tabs are pretty and shows off some of the nice features of Androud ICS/JB they are against the design guidelines. Having a tab for a single item is inefficient and it doesn't match the rest of the settings. This moves all the tabs to PreferenceCategories and have all settings on one page. Changeset 2+3+4+5: Fix whitespace and tab fail. Change-Id: I36fe8b1611ccc345ceab534b01f4dc9a97fef70c --- GNexusParts/res/values-de/strings.xml | 6 ---- GNexusParts/res/values-es/strings.xml | 7 ----- GNexusParts/res/values-ja/strings.xml | 6 ---- GNexusParts/res/values-nl/strings.xml | 3 -- GNexusParts/res/values-pt/strings.xml | 4 --- GNexusParts/res/values-ru/strings.xml | 7 ----- GNexusParts/res/values/strings.xml | 10 ++----- GNexusParts/res/xml/display_preferences.xml | 19 ------------ GNexusParts/res/xml/general_preferences.xml | 16 ---------- GNexusParts/res/xml/overclock_preferences.xml | 11 ------- GNexusParts/res/xml/preferences.xml | 42 +++++++++++++++++++++++++++ 11 files changed, 44 insertions(+), 87 deletions(-) delete mode 100755 GNexusParts/res/xml/display_preferences.xml delete mode 100644 GNexusParts/res/xml/general_preferences.xml delete mode 100644 GNexusParts/res/xml/overclock_preferences.xml create mode 100644 GNexusParts/res/xml/preferences.xml (limited to 'GNexusParts/res') diff --git a/GNexusParts/res/values-de/strings.xml b/GNexusParts/res/values-de/strings.xml index af6da0c..89d6fc3 100644 --- a/GNexusParts/res/values-de/strings.xml +++ b/GNexusParts/res/values-de/strings.xml @@ -2,12 +2,6 @@ Galaxy Nexus Einstellungen - - ALLGEMEIN - BILDSCHIRM - - Prozessor - WM8994 Einstellungen ( voodoo ) Farbmultiplikator Farbmultiplikator einstellen Gammakorrektur diff --git a/GNexusParts/res/values-es/strings.xml b/GNexusParts/res/values-es/strings.xml index 90eaee0..137d9f7 100644 --- a/GNexusParts/res/values-es/strings.xml +++ b/GNexusParts/res/values-es/strings.xml @@ -2,12 +2,6 @@ Ajustes Galaxy Nexus - - GENERAL - PANTALLA - - CPU - Ajustes WM8994 ( voodoo ) Multiplicadores del color Calibrar los multiplicadores del color Gamma @@ -50,7 +44,6 @@ HSPA Habilitar HSDPA/HSUPA - GPU GPU Velocidad del procesador gráfico diff --git a/GNexusParts/res/values-ja/strings.xml b/GNexusParts/res/values-ja/strings.xml index 357a2d8..4fc5f26 100644 --- a/GNexusParts/res/values-ja/strings.xml +++ b/GNexusParts/res/values-ja/strings.xml @@ -2,12 +2,6 @@ Galaxy Nexus 設定 - - 一般 - ディスプレイ - - CPU - WM8994設定 ( voodoo ) カラーマルチプライヤチューニング 画面の色味を調整する カラーガンマ調整 diff --git a/GNexusParts/res/values-nl/strings.xml b/GNexusParts/res/values-nl/strings.xml index 414f3af..0e2718f 100644 --- a/GNexusParts/res/values-nl/strings.xml +++ b/GNexusParts/res/values-nl/strings.xml @@ -15,9 +15,6 @@ --> Galaxy Nexus-instellingen - ALGEMEEN - WEERGAVE - WM8994-instellingen (voodoo) Kleurenmultiplicatoren afstemmen Kalibreer multiplicatoren van schermkleur Kleurengamma afstemmen diff --git a/GNexusParts/res/values-pt/strings.xml b/GNexusParts/res/values-pt/strings.xml index 0ccff92..af5be55 100755 --- a/GNexusParts/res/values-pt/strings.xml +++ b/GNexusParts/res/values-pt/strings.xml @@ -1,10 +1,6 @@ Configurações Galaxy Nexus - Geral - Tela - CPU - Configurações VM8994 ( voodoo ) Ajustar Multiplicadores de Cor Calibrar multiplicadores de cor de tela Ajustar Cor Gama diff --git a/GNexusParts/res/values-ru/strings.xml b/GNexusParts/res/values-ru/strings.xml index cfc65a3..898c894 100644 --- a/GNexusParts/res/values-ru/strings.xml +++ b/GNexusParts/res/values-ru/strings.xml @@ -2,12 +2,6 @@ Настройки Galaxy Nexus - - ОСНОВНЫЕ - ДИСПЛЕЙ - - ЦП - Настройки WM8994 ( voodoo ) Настройка цвета мультипликатора Калибровка цвета мультипликатора Настройка цветовой гаммы @@ -49,7 +43,6 @@ Радио Включить HSDPA/HSUPA - Графический процессор Графический процессор Тактовая частота diff --git a/GNexusParts/res/values/strings.xml b/GNexusParts/res/values/strings.xml index 1d0f046..70c1125 100644 --- a/GNexusParts/res/values/strings.xml +++ b/GNexusParts/res/values/strings.xml @@ -2,12 +2,7 @@ Galaxy Nexus Settings - - GENERAL - DISPLAY - - CPU - WM8994 Settings ( voodoo ) + Display Color Multipliers Tuning Calibrate multipliers screen color Color Gamma Tuning @@ -26,7 +21,7 @@ Values higher than 200 are not recommended DSS Gamma Set. - CPU + Hardware Vibrator feedback tuning Controls the default power of vibrator feedback @@ -50,7 +45,6 @@ HSPA Enable HSDPA/HSUPA - GPU GPU Clock Speed diff --git a/GNexusParts/res/xml/display_preferences.xml b/GNexusParts/res/xml/display_preferences.xml deleted file mode 100755 index 9fea40f..0000000 --- a/GNexusParts/res/xml/display_preferences.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - diff --git a/GNexusParts/res/xml/general_preferences.xml b/GNexusParts/res/xml/general_preferences.xml deleted file mode 100644 index 73c1495..0000000 --- a/GNexusParts/res/xml/general_preferences.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - diff --git a/GNexusParts/res/xml/overclock_preferences.xml b/GNexusParts/res/xml/overclock_preferences.xml deleted file mode 100644 index 551275b..0000000 --- a/GNexusParts/res/xml/overclock_preferences.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/GNexusParts/res/xml/preferences.xml b/GNexusParts/res/xml/preferences.xml new file mode 100644 index 0000000..a71d274 --- /dev/null +++ b/GNexusParts/res/xml/preferences.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + -- cgit v1.1