diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml-v14/preferences.xml | 16 | ||||
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 12 |
2 files changed, 14 insertions, 14 deletions
diff --git a/app/src/main/res/xml-v14/preferences.xml b/app/src/main/res/xml-v14/preferences.xml index b1eb274..bd5e67c 100644 --- a/app/src/main/res/xml-v14/preferences.xml +++ b/app/src/main/res/xml-v14/preferences.xml @@ -114,14 +114,14 @@ <PreferenceCategory android:title="@string/pref_keyboard_category"> - <SwitchPreference - android:key="alwaysvisible" - android:title="@string/pref_alwaysvisible_title" - android:summary="@string/pref_alwaysvisible_summary" - android:defaultValue="false" - /> - - <SwitchPreference + <SwitchPreference + android:key="alwaysvisible" + android:title="@string/pref_alwaysvisible_title" + android:summary="@string/pref_alwaysvisible_summary" + android:defaultValue="false" + /> + + <SwitchPreference android:key="shiftfkeys" android:title="@string/pref_shiftfkeys_title" android:summary="@string/pref_shiftfkeys_summary" 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" |