aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Make CandidateView aware of themeTadashi G. Takaoka2011-06-152-7/+4
| | | | | | | This change is needed to introduce new theme easily. Bug: 4436327 Change-Id: Idc368b66d892d9c888ba7a26bfa3527c21678292
* Implement expandable candidates paneTadashi G. Takaoka2011-06-142-15/+91
| | | | | | | | | | This change removes horizontal scroll from candidates strip. Instead of that this change introduces "fixed 3 items candidates strip" and "expandable candidates pane". Bug: 4175031 Change-Id: Ia367d9074436fdea76d3b653d81798ce2749170e
* Clean up candidate strip view hierarchyTadashi G. Takaoka2011-06-133-56/+36
| | | | | Bug: 4175031 Change-Id: I8073739ac7624d2c0a111c5ef7043d8766162a83
* Separate debug information display from candidate viewTadashi G. Takaoka2011-06-082-26/+8
| | | | | | | This change is one of the preparations for suggestion strip redesign. Bug: 4175031 Change-Id: I82675936773ed6cf132a52486909ff21af828256
* Separate candidate divider from candidate viewTadashi G. Takaoka2011-06-062-11/+31
| | | | | | | This change is one of the preparations for suggestion strip redesign. Bug: 4175031 Change-Id: Ia0dc487c11c3005ef19b87ec0efcc18e48411f76
* Use custom theme for Keyboard theme switchTadashi G. Takaoka2011-05-2514-337/+9
| | | | | | | | | This change reduces the number of layout files and make these theme-generic. This might be very helpful to re-design suggestion strip. Bug: 4175031 Change-Id: Idca10a4aa0bf7ac496eedd1879311e59780a423b
* Move CandidateView into input viewTadashi G. Takaoka2011-05-247-36/+73
| | | | | Bug: 4175031 Change-Id: I95f379b9943d1dcab1dc5527b6e5ac5abd58e280
* Remove unused resourcesTadashi G. Takaoka2011-05-161-30/+0
| | | | | Bug: 4436327 Change-Id: I2573786aac5fd8d543cf12d24c951b67c7353fd7
* Merge "Fix suggestion strip geometry"Tadashi G. Takaoka2011-05-091-4/+4
|\
| * Fix suggestion strip geometryTadashi G. Takaoka2011-05-101-4/+4
| | | | | | | | | | Bug: 4393288 Change-Id: I6cad1d186db25174a3f31a57975165e720b41266
* | Refactor KeyboardView and create MiniKeyboardViewTadashi G. Takaoka2011-05-099-12/+12
|/ | | | Change-Id: I8d68b944762ccde05020978f20b3742eb6ab945b
* Tweak voice layout for Dogfoodsatok2011-04-201-13/+14
| | | | Change-Id: Ic51a044901a63c4cec907163e35cd5e458f36dde
* Fix 1st suggestion text alignmentTadashi G. Takaoka2011-04-141-2/+3
| | | | Change-Id: I530de62b7cf088cff01c98a8a47d75393e8725b2
* Fast key previewTadashi G. Takaoka2011-04-131-7/+6
| | | | | | | | | | | | | | | | | | | Previously the key preview was implemented by PopupWindow. The key preview popup window would be dismissed and shown each time the key was released and pressed. It turned out that it was taking several milliseconds. This change implements the key preview by a simple TextView which will be layout-ed at absolute coordinates within the screen FrameLayout. And dismissing and showing the key preview is implemented by the TextView's visibility. This implementation needs careful coordination of candidates.xml layout and LatinIME.onComputeInsets to control suggestion strip visibility. Bug: 4179964 Change-Id: Id6347cb35b91eb14ab20dd2f312e58b54b6625a7
* Fix suggestion strip layoutTadashi G. Takaoka2011-04-082-10/+9
| | | | | | | This change also removes unused drawable and xml resources. Bug: 4181825 Change-Id: Ia723376bc5d40900a513df62e89cdfe35b2c859f
* Increase the horizontal gap between shift/delete and normal keysTadashi G. Takaoka2011-04-087-8/+8
| | | | | | | | This change also adds capability to add horizontal padding to the keyboard. Bug: 4269094 Change-Id: I805e76b253a497079517c01bd2a976f8702f7e56
* Fix popup key preview on tabletTadashi G. Takaoka2011-04-074-11/+11
| | | | | | | | This change temporally enable popup key preview option on tablet. (config_enable_show_popup_on_keypress_option). Bug: 3286117 Change-Id: Iabbac5a333460e1ed2f8d05ba82f4bae81854b85
* (Refactor 1) Moved voice related codes to deprecated/voicesatok2011-03-161-1/+1
| | | | Change-Id: I008ac7099c815fb74a9ab374419617b336453f97
* Import new drawable assetsTadashi G. Takaoka2011-01-262-0/+2
| | | | Change-Id: I0267e4e4296d127fb44d77323d7cc4eb2f63666d
* Merge "Always display the VoiceIME language in the Speak Now pop-up" into ↵Satoshi Kataoka2011-01-241-0/+16
|\ | | | | | | honeycomb
| * Always display the VoiceIME language in the Speak Now pop-upLuca Zanolin2011-01-241-0/+16
| | | | | | | | Change-Id: I1b01458aff98447b7b3d5459b765968bed5515cb
* | Set minimum height for RecognitionView in the case that there is no keyboard ↵satok2011-01-241-1/+1
|/ | | | | | | | view loaded. Bug: 3352322 Change-Id: I9a7b2a745b47bdc62a96a5cd2c0d8ad717e1b406
* Change the UI of Voice IME to be more like Voice Search.Luca Zanolin2011-01-181-77/+64
| | | | | | | | | | | | | | | | | | There has been a bit of refactoring in RecognitionView in particular to fix the portrait layout. The main issues found were: - the size of the keyboard is specified in inches, and (cm)(inches + inches) != ((cm) inches) + ((cm) inches)) - the height of keyboard background is high as the landscape keyboard, but it higher than the portrait keyboard. This is not an issue on LatinKeyboard, as it overwrite the onMeasure method. However, if I use the same image background in RelativeLayout the Relative layout height is set to the height of the background, thus higher than the keyboard - the change configuration was not propageted correctly Change-Id: Id5dca425826997c573ccae7a085d5ddc9719733b
* Fix text color of main key labels in shifted stateTadashi G. Takaoka2011-01-111-1/+1
| | | | | Bug: 3322539 Change-Id: Ib9bc54da8d3725f64c86dbe6d9700e386f74de5e
* Tune padding of candidate wordTadashi G. Takaoka2010-12-131-3/+3
| | | | Change-Id: I980e568f9b4b87b0f414aa7ce0197dba39a7708f
* Introduce SuggestedWords class to represent suggestions listTadashi G. Takaoka2010-12-121-2/+13
| | | | Change-Id: I81677a785640d37296be8b42c7a74bd0c00edf46
* Implement CandidateView using HorizontalScrollViewTadashi G. Takaoka2010-12-082-22/+78
| | | | | | | | | | | | | | | | | This change re-implements CandidateView using HorizontalScrollView and customized Button, so that the candidate strip can be flingable. This change also introduces the following features. - Highlighting candidate strip and space bar is configurable by @bool/config_candidate_highlight_enabled. - Candidate strip can be centered with left/right padding if @dimen/candidate_strip_padding size is greater than 0. - Candidate text size is configurable by @dimen/candidate_text_size. Bug: 1575885 Bug: 3230726 Change-Id: Iedf78ff31bc9f2f6291a8e8fb7faa0e6b961dd6d
* Move some inner static class to top class in new packageTadashi G. Takaoka2010-12-029-12/+12
| | | | | | | | | This change introduces new package com.android.inputmethod.keyboard which hosts keyboard related classes. Also adds missing @Override and @SuppressWarning("unused") annotation Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05
* Tweak tablet keyboard designTadashi G. Takaoka2010-12-013-6/+6
| | | | | | | | | | | | | This change introduces, - center align "More" key label - remove drop shadow from key label - darker key label color when manual temporary upper case - narrower pop up mini keyboard - remove unnecessary key background from pop up mini keyboard - smaller key label in portrait Bug: 3216592 Change-Id: I77e0733f467a88aa32e09fcbace56fe08f755229
* Integrating updated LatinIME assetsJustin Ho2010-11-301-1/+1
| | | | Change-Id: I232f874c6dd8f60bd0634111e2f7fc60b6082c14
* Update tablet keyboard layout to the latest designTadashi G. Takaoka2010-11-253-1/+73
| | | | | | | | | | | | | This change introduces shiftedIcon attribute for Key which specifies icon to draw the shift key while the key is in shifted state. This change also intriduces new configurable dimension value key_label_horizontal_alignment_padding which represents horizontal padding for left or right alignment of key label. Bug: 3216592 Bug: 3201839 Change-Id: I3aa7392227ce573c404517678e6340a8d1fcb328
* Support colorScheme <case/> condition in Keyboard XMLTadashi G. Takaoka2010-11-232-2/+2
| | | | Change-Id: Ibbfb99e0e2b15df301f83af6739b7bca01ebf490
* Cleanup drawable-xlarge resources into drawable-mdpiTadashi G. Takaoka2010-11-191-0/+35
| | | | Change-Id: I2db335a601ddb0062a637a71289e14cf1d375a1e
* Slightly shorten tablet keyboard heightTadashi G. Takaoka2010-11-101-0/+1
| | | | | | | Now key top height is slightly shorter 13.0mm compared to previous 14.0mm. Bug: 3181068 Change-Id: Ib6f9cfb9269020166e5037467d18133d342d47ec
* Rename LatinKeyboardBaseView class to KeyboardBaseViewTadashi Takaoka2010-11-052-4/+4
| | | | Change-Id: I496ecbfa7d398583d01f821398f49f75d17311d8
* Specify keyboard metrics with physical unit "inch"Tadashi G. Takaoka2010-10-171-0/+1
| | | | | | | | | | | | | Cherrypick I44f3b2eef8086d6e0b0db53d38f08487549060c6 from Gingerbread This change also introduces the key background drawables which has no fixed bottom padding. Instead of relying on bottom padding in drawable, this change also specifies Keyboard.verticalGap with physical unit. Other keyboard related length, distance and size are also specified by physical unit. Bug: 3066107 Change-Id: Ib38355ebfc2f8d5b1d26c4e90eba87196fbeddfa
* Reduce delay before mini popup keyboard is shownTadashi G. Takaoka2010-10-081-32/+0
| | | | | | | | | Before this change, the delay was 500 ms that came from ViewConfiguration.getLongPressTimeout(). This change reduces the delay to 400 ms. Bug: 3074984 Change-Id: Ia5af5e877a3c4bb29211ef4040c728ac09a9fe85
* Make the background of keypopup transparentsatok2010-10-011-1/+1
| | | | Change-Id: I5240ffdd8e48bcb99c2edf878d8efaba2cafeb07
* Revert changes to keyboard_popup.xml for now.Ken Wakasa2010-10-011-1/+1
| | | | | | | This unexpectedly bloated keys in mini popup keyboard. bug: 3048638 Change-Id: I2b717c9007ce7717bac514f1d8bcae1280130cf4
* Fixed assetssatok2010-09-301-1/+1
| | | | | | | | | | - Make the background of popup key a full transparent color - Updated the background mdpi asset of keyboard Bug: 2975027 Bug: 3048638 Change-Id: I8709a1ca403e5c3f862a8be9be1668d30c7687f8
* Tune mini keyboard vertical correction to match with key heightTadashi G. Takaoka2010-09-291-1/+1
| | | | | Bug: 3040529 Change-Id: I8e3cc635737224537a019e66c38e1e2ea7a8bb8b
* Tune left and right padding of popup mini keyboardTadashi G. Takaoka2010-09-231-0/+2
| | | | | | | This change also fix popup window display position calculation. Bug: 3029284 Change-Id: I28bf3e4deb46a428dc8422a3a165183e00608604
* Increase gradient of suggestion barKen Wakasa2010-09-161-0/+2
| | | | | bug: 3001007 Change-Id: I0f05d62b2a6848f37975b7a15b3ba14a90776d24
* Add keyHysteresisDistance xml attributeTadashi G. Takaoka2010-09-141-0/+2
| | | | | | | | | This change also introduces MiniKeyboardKeyDetector and mini_keyboad_slide_allowance parameter to tune the key detection behavior. Bug: 2993769 Change-Id: I1932b0a382e172cb77b9e098ae182049c834dfe0
* Rename keyboard_popup_keyboard.xml keyboard_key_preview.xmlsatok2010-09-1311-2/+0
| | | | Change-Id: I7c98a91c77f5ef46ee0b15783242024c0bd10503
* Remove unused popup layoutsatok2010-09-133-42/+2
| | | | Change-Id: I7009ec8cdb7977236d57b03c8603d0476186d885
* Add popup layout for theme of gingerbreadsatok2010-09-132-1/+2
| | | | Change-Id: I464dc6cef4ca8cfd3c2fdb2fe99b2dc7d4e7988d
* Remove close button from mini keyboardTadashi G. Takaoka2010-09-033-27/+0
| | | | | Bug: 2959169 Change-Id: I9c78f9417aaa448b8b23596bc3e748fe99085393
* Get rid of arrows in candidate viewKen Wakasa2010-09-011-45/+2
| | | | | bug: 2959293 Change-Id: Ia5dcb29397f608846f865fabb3c696866b3687aa
* Fix new theme assets and resourcessatok2010-09-011-0/+1
| | | | | | | | - Add a layout for popup for new theme - Change the color of language bar - Fix a drawable for settings feedback Change-Id: I7c0c9e238c8223554a62f7b0c8092d074cf9743f