summaryrefslogtreecommitdiffstats
path: root/DeviceSettings/res/xml/haptic_preferences.xml
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-09 11:52:01 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-09 11:52:01 +0200
commit959ea0ff7b1f4e108e258f180278487cf2ab87c1 (patch)
treeea59893ddb6ebc936ef2a7790f3bce87128140aa /DeviceSettings/res/xml/haptic_preferences.xml
parent479da13b11054a80bccfda7b77d21653ebe59312 (diff)
downloaddevice_samsung_n7100-959ea0ff7b1f4e108e258f180278487cf2ab87c1.zip
device_samsung_n7100-959ea0ff7b1f4e108e258f180278487cf2ab87c1.tar.gz
device_samsung_n7100-959ea0ff7b1f4e108e258f180278487cf2ab87c1.tar.bz2
n7100: move advanced settings to common
Change-Id: Iebf3f2910a5c094fa3e4c086f34ba6176cdd20d7
Diffstat (limited to 'DeviceSettings/res/xml/haptic_preferences.xml')
-rw-r--r--DeviceSettings/res/xml/haptic_preferences.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/DeviceSettings/res/xml/haptic_preferences.xml b/DeviceSettings/res/xml/haptic_preferences.xml
deleted file mode 100644
index 31c0e21..0000000
--- a/DeviceSettings/res/xml/haptic_preferences.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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" />
- </PreferenceCategory>
-</PreferenceScreen>