aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r--app/src/main/res/xml/preferences.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index a937b29..fe7e122 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -114,12 +114,12 @@
<PreferenceCategory
android:title="@string/pref_keyboard_category">
- <org.connectbot.util.SwitchCompatPreference
- android:key="alwaysvisible"
- android:title="@string/pref_alwaysvisible_title"
- android:summary="@string/pref_alwaysvisible_summary"
- android:defaultValue="false"
- />
+ <org.connectbot.util.SwitchCompatPreference
+ android:key="alwaysvisible"
+ android:title="@string/pref_alwaysvisible_title"
+ android:summary="@string/pref_alwaysvisible_summary"
+ android:defaultValue="false"
+ />
<org.connectbot.util.SwitchCompatPreference
android:key="shiftfkeys"