summaryrefslogtreecommitdiffstats
path: root/CrespoParts/res/xml/touch_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'CrespoParts/res/xml/touch_preferences.xml')
-rwxr-xr-xCrespoParts/res/xml/touch_preferences.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/CrespoParts/res/xml/touch_preferences.xml b/CrespoParts/res/xml/touch_preferences.xml
deleted file mode 100755
index 21f2e16..0000000
--- a/CrespoParts/res/xml/touch_preferences.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- android:title="@string/app_name">
-
- <!-- Touch key backlight timeout -->
- <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" />
- <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" />
-
-</PreferenceScreen>