aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sw600dp/rows_number_normal.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-1/+1
|
* Fix symbol letter size of phone/number layoutTadashi G. Takaoka2014-11-041-12/+16
| | | | | | | | | | This CL - decreases the size of symbols letter on number and phone layout. - increases the size of "Pause" and "Wait" label. - fixes "Pause" and "Wait" label for no language keyboard Bug: 18179572 Change-Id: I6e8b4a8e07d805c3da0558b4832291ce41ad3db0
* Add new value "spacebar" to Key.backgroundType attributeTadashi G. Takaoka2014-09-031-3/+2
| | | | | Bug: 17318036 Change-Id: Ie84438a6aa3adc14a9db603d0cd4d5e37a55d612
* Rename text resources consistentlyTadashi G. Takaoka2014-03-251-1/+1
| | | | | | | | | | | - keylabel_<key>, the key label text of the <key> - keyspec_<key>, the key specification of the <key> - keyhintlabel_<key>, the hint label text of the <key> - morekeys_<key>, the more keys specifications of the <key> - additional_morekeys_<key>, the additional more keys specification of the <key> Change-Id: Ib2127f21fa33a2568e8a6eba65cfdb2cf78b480e
* Rename Key.keyLabel attribute to KeySpecTadashi G. Takaoka2014-02-071-21/+21
| | | | Change-Id: Ida48cd9bdbc01fefad651a005084262c0f46c41c
* Escape "#" sign in XML fileTadashi G. Takaoka2012-10-311-1/+1
| | | | Change-Id: Icd38abc4a0454ca949613d8c4bb528758cd990d8
* Reduce amount of empty space in which keypresses are detectedTadashi G. Takaoka2012-09-041-0/+3
| | | | | Bug: 6942329 Change-Id: Ie92ccf43f307b8ceb9a311c30390d0cb2abf2cd7
* Microphone key on 7-inch tablet on the far right vs where it is on phonesTadashi G. Takaoka2012-06-061-16/+24
| | | | | Bug: 6568834 Change-Id: If48635ead60dc119656f1b10c9b05a1918ebd668
* Remove tab key from number/phone layout of 7 inch tabletTadashi G. Takaoka2012-05-011-32/+19
| | | | | | | Bug: 6411288 Bug: 6411588 Bug: 6411840 Change-Id: I44b358ae9c078779d6b1108281c1458387a32948
* Cleanup <include/> and etc. in keyboard XMLTadashi G. Takaoka2012-04-241-5/+3
| | | | | | | | * Remove keyXPos and keyWidth from key_*.xml and make it more generic. * Add keyXPos and keyWidth to <include/> generalized key_*.xml. * Remove zero width <Spacer/> and fold into successive <include/>. Change-Id: I4b5c02a165ba0bc9ef8741be0b4938c1efaf5e27
* Fix confusable "label" usage, use "text" insteadTadashi G. Takaoka2012-04-201-1/+1
| | | | | | | | * Rename makelabel tool to maketext * Rename KeyboardLablesSet class to KeyboardTextsSet * Rename "!label/name" to "!text/name" Change-Id: Ia9494a89fe56f20ca8e8fedb253adbcf8b771bd3
* Generate KeyboardLabelsSet from donottranslate-more-keys.xmlTadashi G. Takaoka2012-04-111-1/+1
| | | | | | | | This change introduces makelabel tool that reads all languages' donottranslate-more-keys and generate KeyboardLabelsSet.java source file. The makelabel command must be invoked prior to compile LatinIME. Change-Id: I7515c7919c535e30f9c80a37bdc831d0f682cd43
* Support Persian KeyboardTadashi G. Takaoka2012-03-131-1/+1
| | | | | | | This is a first trial implementation based on Arabic layout. Bug: 5456620 Change-Id: Ifa21d7fbd408853a44678623c13b9c078283732c
* Support time, date, and datetime keyboardTadashi G. Takaoka2012-03-021-8/+34
| | | | | Bug: 6030364 Change-Id: I2bd4daf264757d8f3fa7c946d10a39c36ccf5905
* Settings key always exists in more keys of shortcut/f1 keyTadashi G. Takaoka2012-02-171-1/+1
| | | | | | | | | This change also * Fix comman/f1 key for Arabic keyboard. * Removes "show settings key option" and related stuff. * Renames and simplifies F2 key to shortcut key on 7 inch tablet. Change-Id: Ib1cf99ad00d9780a2f0d170260e756771e161521
* Shift+Smiley key will register newline character of textMultiLineTadashi G. Takaoka2012-02-081-1/+1
| | | | | | | | | | | | | | This change also * Honors the custom action label in EditorInfo.actionLabel. * Invokes InputConnection.performeEditorAction if action is specifed at EditorInfo.imeOptions or actionLabel/actionId. * Stops using InputMethodService.sendKeyChar. Implements sendKeyCodePoint instead. Bug: 2498607 Bug: 5961809 Bug: 5368408 Change-Id: If4cd5eb3dacfc6b6a7ea434b0617c2438e06e42d
* Rename keyboard XML resource filesTadashi G. Takaoka2012-01-281-0/+138
* <Keyboard> XML file should be kbd_*.xml * <Row> XML file should be rows_*.xml or row_*.xml * <Key> XML file should be key_*.xml or keys_*.xml * <key-style> XML file should be key_styles_*.xml Change-Id: Ie57d5d78389c13d6c066ace4e3588518d1f25f13