abouttreesummaryrefslogcommitdiff
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/settings.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index b66cd13..046b23f 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -37,15 +37,6 @@
<juloo.common.IntSlideBarPreference android:key="longpress_interval" android:title="@string/pref_long_interval_title" android:summary="%sms" android:defaultValue="25" min="5" max="100"/>
<CheckBoxPreference android:key="precise_repeat" android:title="@string/pref_precise_repeat_title" android:summary="@string/pref_precise_repeat_summary" android:defaultValue="true"/>
<CheckBoxPreference android:key="lock_double_tap" android:title="@string/pref_lock_double_tap_title" android:summary="@string/pref_lock_double_tap_summary" android:defaultValue="false"/>
- <PreferenceScreen android:title="@string/pref_lockable_keys_title" android:summary="@string/pref_lockable_keys_summary">
- <CheckBoxPreference android:key="lockable_ctrl" android:title="Ctrl" android:defaultValue="false"/>
- <CheckBoxPreference android:key="lockable_alt" android:title="Alt" android:defaultValue="false"/>
- <CheckBoxPreference android:key="lockable_fn" android:title="Fn" android:defaultValue="false"/>
- <CheckBoxPreference android:key="lockable_meta" android:title="Meta" android:defaultValue="false"/>
- <CheckBoxPreference android:key="lockable_sup" android:title="Sup" android:defaultValue="false"/>
- <CheckBoxPreference android:key="lockable_sub" android:title="Sub" android:defaultValue="false"/>
- <CheckBoxPreference android:key="lockable_box" android:title="Box" android:defaultValue="false"/>
- </PreferenceScreen>
<CheckBoxPreference android:key="vibrate_enabled" android:title="@string/pref_vibrate_title" android:summary="@string/pref_vibrate_summary" android:defaultValue="true"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_category_style">