diff options
Diffstat (limited to 'DeviceSettings/res/xml')
-rw-r--r-- | DeviceSettings/res/xml/dock_preferences.xml | 26 | ||||
-rw-r--r-- | DeviceSettings/res/xml/haptic_preferences.xml | 13 | ||||
-rw-r--r-- | DeviceSettings/res/xml/radio_preferences.xml | 12 | ||||
-rw-r--r-- | DeviceSettings/res/xml/screen_preferences.xml | 65 |
4 files changed, 0 insertions, 116 deletions
diff --git a/DeviceSettings/res/xml/dock_preferences.xml b/DeviceSettings/res/xml/dock_preferences.xml deleted file mode 100644 index 62c962c..0000000 --- a/DeviceSettings/res/xml/dock_preferences.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 The CyanogenMod Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - <PreferenceCategory - android:title="@string/dockaudio_subcat_title"> - <!-- Use Dock Audio --> - <CheckBoxPreference - android:key="dock_audio" - android:title="@string/use_dock_audio_title_head" - android:summary="@string/use_dock_audio_summary_head" - /> - </PreferenceCategory> -</PreferenceScreen> 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> diff --git a/DeviceSettings/res/xml/radio_preferences.xml b/DeviceSettings/res/xml/radio_preferences.xml deleted file mode 100644 index c173db7..0000000 --- a/DeviceSettings/res/xml/radio_preferences.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - <!-- Hspa modes --> - <com.cyanogenmod.settings.device.Hspa - android:key="hspa" - android:title="@string/hspa_title_head" - android:summary="@string/hspa_summary_head" - android:entries="@array/hspa_entries" - android:entryValues="@array/hspa_entries_values" - android:defaultValue="23" /> - -</PreferenceScreen> diff --git a/DeviceSettings/res/xml/screen_preferences.xml b/DeviceSettings/res/xml/screen_preferences.xml deleted file mode 100644 index aff39c0..0000000 --- a/DeviceSettings/res/xml/screen_preferences.xml +++ /dev/null @@ -1,65 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - - <PreferenceCategory - android:title="@string/mdnie_subcat_title"> - <!-- mDNIe Scenario modes --> - <com.cyanogenmod.settings.device.mDNIeScenario - android:key="mdnie_scenario" - android:title="@string/mdnie_scenario_title_head" - android:summary="@string/mdnie_scenario_summary_head" - android:entries="@array/mdnie_scenario_entries" - android:entryValues="@array/mdnie_scenario_entries_values" - android:defaultValue="0" /> - - <!-- mDNIe Mode --> - <com.cyanogenmod.settings.device.mDNIeMode - android:key="mdnie_mode" - android:title="@string/mdnie_mode_title_head" - android:summary="@string/mdnie_mode_summary_head" - android:entries="@array/mdnie_mode_entries" - android:entryValues="@array/mdnie_mode_entries_values" - android:defaultValue="0" /> - - <!-- mDNIe Negative mode --> - <com.cyanogenmod.settings.device.mDNIeNegative - android:key="mdnie_negative" - android:title="@string/mdnie_negative_title_head" - android:summary="@string/mdnie_negative_summary_head" - android:entries="@array/mdnie_negative_entries" - android:entryValues="@array/mdnie_negative_entries_values" - android:defaultValue="0" /> - </PreferenceCategory> - - <PreferenceCategory - android:title="@string/led_subcat_title"> - <!-- LED fading mode --> - <com.cyanogenmod.settings.device.LedFade - android:key="led_fade" - android:title="@string/led_fade_title_head" - android:summary="@string/led_fade_summary_head" - android:entries="@array/led_fade_entries" - android:entryValues="@array/led_fade_entries_values" - android:defaultValue="1" /> - </PreferenceCategory> - - <PreferenceCategory - android:title="@string/touchkey_subcat_title"> - <!-- Touchkey backlight --> - <CheckBoxPreference - android:key="touchkey_light" - android:title="@string/touchkey_light_title_head" - android:summaryOff="@string/touchkey_light_summary_off" - android:summaryOn="@string/touchkey_light_summary_on" - 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> |