summaryrefslogtreecommitdiffstats
path: root/GNexusParts/res/xml/general_preferences.xml
diff options
context:
space:
mode:
authorBrandon Bennett <bennetb@gmail.com>2012-11-10 19:21:35 -0700
committerBrandon Bennett <bennetb@gmail.com>2012-11-10 21:13:31 -0700
commit6bace11c22ecb3746739c8e786a7dba43f0712d4 (patch)
tree09103688abcf03957561b03ef1182377d1f4a8ba /GNexusParts/res/xml/general_preferences.xml
parent041751bbb4668920f82373c6a62b9aa07338a944 (diff)
downloaddevice_samsung_tuna-6bace11c22ecb3746739c8e786a7dba43f0712d4.zip
device_samsung_tuna-6bace11c22ecb3746739c8e786a7dba43f0712d4.tar.gz
device_samsung_tuna-6bace11c22ecb3746739c8e786a7dba43f0712d4.tar.bz2
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
Diffstat (limited to 'GNexusParts/res/xml/general_preferences.xml')
-rw-r--r--GNexusParts/res/xml/general_preferences.xml16
1 files changed, 0 insertions, 16 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
-
- <!-- General settings -->
- <PreferenceCategory android:key="category_hardware"
- android:title="@string/category_hardware_title">
- <com.cyanogenmod.settings.device.VibratorTuningPreference
- android:key="vibrator_tuning"
- android:title="@string/vibrator_tuning_title_head"
- android:summary="@string/vibrator_tuning_summary_head"
- />
-
-
- </PreferenceCategory>
-
-</PreferenceScreen>