summaryrefslogtreecommitdiffstats
path: root/CrespoParts/res/xml/general_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'CrespoParts/res/xml/general_preferences.xml')
-rw-r--r--CrespoParts/res/xml/general_preferences.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/CrespoParts/res/xml/general_preferences.xml b/CrespoParts/res/xml/general_preferences.xml
index 173d7eb..82c8956 100644
--- a/CrespoParts/res/xml/general_preferences.xml
+++ b/CrespoParts/res/xml/general_preferences.xml
@@ -16,22 +16,6 @@
<CheckBoxPreference android:key="touchkey_notification"
android:title="@string/touchkey_notification_title_head"
android:summary="@string/touchkey_notification_summary_head" />
- <ListPreference
- android:key="backlight_timeout"
- android:title="@string/backlight_timeout_title_head"
- android:summary="@string/backlight_timeout_summary_head"
- android:entries="@array/backlight_timeout_entries"
- android:entryValues="@array/backlight_timeout_entries_values"
- android:defaultValue="5"
- android:dependency="touchkey_notification" />
- <ListPreference
- android:key="blink_timeout"
- android:title="@string/blink_timeout_title_head"
- android:summary="@string/blink_timeout_summary_head"
- android:entries="@array/blink_timeout_entries"
- android:entryValues="@array/blink_timeout_entries_values"
- android:defaultValue="5"
- android:dependency="touchkey_notification" />
</PreferenceCategory>
</PreferenceScreen>