aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml/host_prefs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/host_prefs.xml')
-rw-r--r--app/src/main/res/xml/host_prefs.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/xml/host_prefs.xml b/app/src/main/res/xml/host_prefs.xml
index c21f980..c6e5b4b 100644
--- a/app/src/main/res/xml/host_prefs.xml
+++ b/app/src/main/res/xml/host_prefs.xml
@@ -60,25 +60,25 @@
android:summary="@string/hostpref_postlogin_summary"
/>
- <org.connectbot.SwitchCompatPreference
+ <org.connectbot.util.SwitchCompatPreference
android:key="compression"
android:title="@string/hostpref_compression_title"
android:summary="@string/hostpref_compression_summary"
/>
- <org.connectbot.SwitchCompatPreference
+ <org.connectbot.util.SwitchCompatPreference
android:key="wantsession"
android:title="@string/hostpref_wantsession_title"
android:summary="@string/hostpref_wantsession_summary"
/>
- <org.connectbot.SwitchCompatPreference
+ <org.connectbot.util.SwitchCompatPreference
android:key="stayconnected"
android:title="@string/hostpref_stayconnected_title"
android:summary="@string/hostpref_stayconnected_summary"
/>
- <org.connectbot.SwitchCompatPreference
+ <org.connectbot.util.SwitchCompatPreference
android:key="quickdisconnect"
android:title="@string/hostpref_quickdisconnect_title"
android:summary="@string/hostpref_quickdisconnect_summary"