aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add a new theme for Gingerbreadsatok2010-09-012-0/+81
| | | | | | bug: 2959293 Change-Id: I8aef19a7485ffd5639a177aee21103b3a1e04cf2
* Add new assets for LatinIMEsatok2010-09-011-1/+1
| | | | Change-Id: I62b544d6ed2d3ef7a5e37cdcedef7a60d09a1cb2
* DO NOT MERGE. Backport LatinIME from master to Gingerbreadsatok2010-08-208-4/+238
| | | | | | TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
* Fix for: For Voice IME busy circle displayed below waveformValentin Kravtsov2010-04-121-2/+1
| | | | | | | | | | | | | | | | | | | | | | | bugfix for: http://b/issue?id=2568048 [Sapphire] ]For Voice IME busy circle displayed below waveform. STEPS TO REPRODUCE: 1. launch Calendar . -> Select menu -> New Event. 2. Switch soft keyboard to Number view. 3. Tap on mic symbol of to speak 4. Speak any word to enter in Text field . 5. Verify busy icon ( circular icon ) displayed in "working " screen. EXPECTED RESULTS: Busy circle should be displayed in center of waveform OBSERVED RESULTS: Busy circle displayed below waveform ADDITIONAL INFORMATION: Spoken word is enetering in text field correctly. Change-Id: I043ce6a985f526cade0e9f63525619a92d918485
* Potential fix for extension keyboard not cleaning up bubbles sometimes.Amith Yamasani2010-03-191-0/+1
| | | | | | This might also fix the keyboard closing suddenly when using the extension. Re-enable bubble for landscape extension keyboard, since the framework can now display it to the side.
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-098-0/+400
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986