summaryrefslogtreecommitdiffstats
path: root/DeviceSettings/res/xml/sensors_preferences.xml
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-08-08 15:35:09 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-08-08 15:35:09 +0200
commitfe23e1261ac4f7e602515c1523150068167825ca (patch)
tree949d8e83f822bfade12143db7b0448f775cf7f7d /DeviceSettings/res/xml/sensors_preferences.xml
parentb95b0b657d049c6412ffbcabdc46f761b0ef5231 (diff)
downloaddevice_samsung_i9100-fe23e1261ac4f7e602515c1523150068167825ca.zip
device_samsung_i9100-fe23e1261ac4f7e602515c1523150068167825ca.tar.gz
device_samsung_i9100-fe23e1261ac4f7e602515c1523150068167825ca.tar.bz2
settings: moved touchkey settings into screen fragment
Diffstat (limited to 'DeviceSettings/res/xml/sensors_preferences.xml')
-rw-r--r--DeviceSettings/res/xml/sensors_preferences.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/DeviceSettings/res/xml/sensors_preferences.xml b/DeviceSettings/res/xml/sensors_preferences.xml
index 497587d..bdce970 100644
--- a/DeviceSettings/res/xml/sensors_preferences.xml
+++ b/DeviceSettings/res/xml/sensors_preferences.xml
@@ -16,24 +16,5 @@
android:summary="@string/calibrate_gyro_summary_head"
/>
</PreferenceCategory>
-
- <PreferenceCategory
- android:title="@string/touchkey_subcat_title">
- <!-- Touchkey backlight -->
- <CheckBoxPreference
- android:key="touchkey_light"
- android:title="@string/touchkey_light_title_head"
- android:summary="@string/touchkey_light_summary_head"
- android:defaultValue="true"
- />
- <com.cyanogenmod.settings.device.TouchkeyTimeout
- android:key="touchkey_timeout"
- android:title="@string/touchkey_timeout_title_head"
- android:summary="@string/touchkey_timeout_summary_head"
- android:entries="@array/touchkey_timeout_entries"
- android:entryValues="@array/touchkey_timeout_entries_values"
- android:defaultValue="3"
- />
- </PreferenceCategory>
</PreferenceScreen>