aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 8b6da2c..676d866 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -106,6 +106,14 @@
android:summary="Prevent Wi-Fi from turning off when a session is active"
android:defaultValue="true"
/>
+
+ <CheckBoxPreference
+ android:key="@string/pref_bumpyarrows"
+ android:title="Bumpy arrow keys"
+ android:summary="Vibrate when sending arrow keys from trackball, useful for laggy connections"
+ android:defaultValue="true"
+ />
+
</PreferenceCategory>
-</PreferenceScreen> \ No newline at end of file
+</PreferenceScreen>