diff options
author | alescdb <alescdb@users.noreply.github.com> | 2015-10-23 20:16:57 +0200 |
---|---|---|
committer | alescdb <alescdb@users.noreply.github.com> | 2015-10-23 20:16:57 +0200 |
commit | 301d4f6798f54b2b302638a0d67699cc7351adfb (patch) | |
tree | 077b3ee6e02b8a478256a5a2a9c0bac6f53f6505 /app/src/main/res/xml-v14/preferences.xml | |
parent | 50f9c5c7089e16c161653c84a369a92a28e5502a (diff) | |
download | connectbot-301d4f6798f54b2b302638a0d67699cc7351adfb.tar.gz connectbot-301d4f6798f54b2b302638a0d67699cc7351adfb.tar.bz2 connectbot-301d4f6798f54b2b302638a0d67699cc7351adfb.zip |
Add a setting options to always show the virtual keyboard (special keys)
Diffstat (limited to 'app/src/main/res/xml-v14/preferences.xml')
-rw-r--r-- | app/src/main/res/xml-v14/preferences.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app/src/main/res/xml-v14/preferences.xml b/app/src/main/res/xml-v14/preferences.xml index 9e76c36..b1eb274 100644 --- a/app/src/main/res/xml-v14/preferences.xml +++ b/app/src/main/res/xml-v14/preferences.xml @@ -114,7 +114,14 @@ <PreferenceCategory android:title="@string/pref_keyboard_category"> - <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" |