summaryrefslogtreecommitdiffstats
path: root/DeviceSettings/res/xml/haptic_preferences.xml
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-09 11:47:40 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-09 11:47:40 +0200
commit98d17e577a0bb91f291e67d8f4465e6987f06b2d (patch)
tree24243b444ddc513b8bded1d65978232d5f674a50 /DeviceSettings/res/xml/haptic_preferences.xml
parent2abc20c0daf70b63ae00569e3fb20d21118f909c (diff)
downloaddevice_samsung_i9300-98d17e577a0bb91f291e67d8f4465e6987f06b2d.zip
device_samsung_i9300-98d17e577a0bb91f291e67d8f4465e6987f06b2d.tar.gz
device_samsung_i9300-98d17e577a0bb91f291e67d8f4465e6987f06b2d.tar.bz2
i9300: advanced settings: pimp my vibrator
Change-Id: I1f53f511c0afcf60a8063935ad9f8e3f05a61137
Diffstat (limited to 'DeviceSettings/res/xml/haptic_preferences.xml')
-rw-r--r--DeviceSettings/res/xml/haptic_preferences.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/DeviceSettings/res/xml/haptic_preferences.xml b/DeviceSettings/res/xml/haptic_preferences.xml
index 31c0e21..31070ed 100644
--- a/DeviceSettings/res/xml/haptic_preferences.xml
+++ b/DeviceSettings/res/xml/haptic_preferences.xml
@@ -1,13 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
- android:title="@string/vibrator_subcat_title">
- <com.cyanogenmod.settings.device.VibratorIntensity
- android:key="vibrator_intensity"
- android:title="@string/vibrator_intensity_title_head"
- android:summary="@string/vibrator_intensity_summary_head"
- android:entries="@array/vibrator_intensity_entries"
- android:entryValues="@array/vibrator_intensity_entries_values"
- android:defaultValue="50" />
+ android:title="@string/vibrator_title">
+ <com.cyanogenmod.settings.device.VibratorTuningPreference
+ android:key="vibrator_tuning"
+ android:title="@string/vibrator_tuning_title"
+ android:dialogTitle="@string/vibrator_tuning_title" />
</PreferenceCategory>
</PreferenceScreen>