diff options
author | 2014-12-02 13:01:11 +0900 | |
---|---|---|
committer | 2014-12-05 16:21:20 +0900 | |
commit | 8584db1461d286f8eb966c40eb0bc76e8c9df76a (patch) | |
tree | 702f83d695aa9d3e4e4ee319d66ad8453c08b022 /java/res/values/donottranslate-debug-settings.xml | |
parent | d21db3cf617ce3f3d05bfb7d555338994d3c8c3c (diff) | |
download | latinime-8584db1461d286f8eb966c40eb0bc76e8c9df76a.tar.gz latinime-8584db1461d286f8eb966c40eb0bc76e8c9df76a.tar.xz latinime-8584db1461d286f8eb966c40eb0bc76e8c9df76a.zip |
Add keyboard margin options to place the keyboard dynamically.
Keyboard location and location can now be set in the debug options
section.
Change-Id: I87c5a1d679489e12dccf26632c399af28087629e
Diffstat (limited to 'java/res/values/donottranslate-debug-settings.xml')
-rw-r--r-- | java/res/values/donottranslate-debug-settings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/res/values/donottranslate-debug-settings.xml b/java/res/values/donottranslate-debug-settings.xml index 491043f1a..55ab9335d 100644 --- a/java/res/values/donottranslate-debug-settings.xml +++ b/java/res/values/donottranslate-debug-settings.xml @@ -47,6 +47,12 @@ <string name="prefs_resize_keyboard">Enable keyboard resizing</string> <!-- Title of the settings for setting keyboard height --> <string name="prefs_keyboard_height_scale">Keyboard height scale</string> + <!-- Title of the settings for setting keyboard width --> + <string name="prefs_keyboard_bottom_margin">Keyboard bottom margin</string> + <!-- Title of the settings for setting keyboard width --> + <string name="prefs_keyboard_left_margin">Keyboard left margin</string> + <!-- Title of the settings for setting keyboard width --> + <string name="prefs_keyboard_right_margin">Keyboard right margin</string> <!-- Message to show when there are no files to install as an external dictionary [CHAR LIMIT=100] --> <string name="read_external_dictionary_no_files_message">No dictionary files in the Downloads folder</string> <!-- Title of the dialog that selects a file to install as an external dictionary [CHAR LIMIT=50] --> |