aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout/input_view.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-2/+2
|
* Revert "Add keyboard margin options to place the keyboard dynamically."Tadashi G. Takaoka2014-12-091-14/+6
| | | | | | | | This reverts commit 8584db1461d286f8eb966c40eb0bc76e8c9df76a. Bug: 18675223 Bug: 18675476 Change-Id: I4e25d87ac261c44b1943df832115f8cca690103a
* Add keyboard margin options to place the keyboard dynamically.Andy Wang2014-12-051-6/+14
| | | | | | | Keyboard location and location can now be set in the debug options section. Change-Id: I87c5a1d679489e12dccf26632c399af28087629e
* Add keyboard shadowTadashi G. Takaoka2014-10-091-1/+2
| | | | | | | | This CL sets 8dp elevation ot input view in order to cast a shadow onto underlying application. Bug: 16210054 Change-Id: I7779c63612fc88e24dde65de3e4e7a45b9d1762f
* Simplify onComputeInsets of LatinIMETadashi G. Takaoka2014-08-271-31/+4
| | | | | | | | | | | This CL expands SoftInputWindow to the entire screen. Thus a key review backing view is eliminated and onComputeInsets() gets simplified too. Bug: 17212702 Bug: 10841052 Bug: 10541453 Change-Id: I2d859f4e4698c64cabe399000821f13bab729996
* Use FrameLayout for the backing viewYohei Yukawa2014-08-191-1/+1
| | | | | | | | | | If we render our UI around the composing text in the fullscreen mode, probably we need to have our views under android.R.id.extractArea, which is implemented as FrameLayout. Therefore, using FrameLayout for the backing view makes it easy to simplify the code between normal mode and full screen mode. Change-Id: I69533b22d9d1368ad906dc5ef7be1a1b674d10b8
* Use RelativeLayout for the backing viewYohei Yukawa2014-08-161-1/+1
| | | | | | | RelativeLayout allows the IME to place its UI element at an arbitrary position on the backing view. Change-Id: Ib40d2111f56d8f38007e37c6c47536db3f0bef75
* Use margin instead of padding in SuggestionStripViewTadashi G. Takaoka2014-05-071-2/+0
| | | | | | | | This CL also tunes the width of suggestions strip to be able to display 15~16 letters without x-scaling at the center slot. Bug: 14419121 Change-Id: Ia5766cee043899533e24e2ebc621e8dc279370b3
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-3/+3
| | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
* Rename EmojiKeyboardView -> EmojiPalettesViewSatoshi Kataoka2013-10-071-1/+1
| | | | Change-Id: I226bb8e21fd2b2b6639896a1cc433d19f3f431c2
* Revert "Revert "Support Emoji keyboard""Satoshi Kataoka2013-08-301-21/+28
| | | | | | | | Window resizing junkiness is addressed in I605e657c9468 This reverts commit aabc97233826da69edbadfc7c1465a505a1fe2ec. Change-Id: I0bc0f1ad9a90799e643fe9ec35f5b4bbe94eee0d
* Revert "Remove key preview backing view"Ken Wakasa2013-08-301-2/+10
| | | | | | | This reverts commit 2dfcfc5013eee2fbd19a5830ff70943bd6c1bee2. Change-Id: I96c691b2e9c92be456420196cd7361d03ea4f3e9 bug: 10541453
* Remove key preview backing viewTadashi G. Takaoka2013-08-091-10/+2
| | | | | | This change re-origanizes view hierarchy of IME's input view. Change-Id: I9d0a07692d0f41de3345d207366393bcd5424f7e
* Remove unnecessary suggestion strip containerTadashi G. Takaoka2013-08-061-27/+10
| | | | Change-Id: I3710e1fe1574c0f69f7f448619e939fb45e9b8d3
* Fix layout direction of Keyboard and Suggestions viewTadashi G. Takaoka2013-02-181-0/+6
| | | | | Bug: 8167348 Change-Id: I5e0432707fff1dd3032686b733ba28bef305173a
* Rename SuggestionsView to SuggestionStripViewTadashi G. Takaoka2012-07-231-3/+3
|
* Rename LatinKeyboardView to MainKeyboardViewTadashi G. Takaoka2012-07-231-1/+1
| | | | Change-Id: I8f3123b8d727c7beb72e226f80c17794f89c8b60
* Use "dp" instead of "dip"Tadashi G. Takaoka2012-03-211-1/+1
| | | | Change-Id: Iaab1032a0ce0f97742288e76221433ef400e4b4f
* Dynamically determine key preview backing view heightTadashi G. Takaoka2012-03-071-2/+2
| | | | | Bug: 6023947 Change-Id: I53a5c0eb99100a0dfe3e025808f5dc55747d1287
* Fix broken suggestions layoutTadashi G. Takaoka2011-12-161-1/+1
| | | | | | This is follow up change of If4b82376 Change-Id: I9b0d86ba630011372f41f26efb56bb0a80e09505
* Forward touch events above the keyboard to the suggestions stripTadashi G. Takaoka2011-09-271-2/+2
| | | | | | | | | The gutter area between the suggestions strip and the top-row keys looks like a part of the suggestions strip, and the touch events landing on the area should be forwarded to the suggestions strip. Bug: 5246673 Change-Id: I92af763be0feed21aa36ceffb5d575abe554f19e
* Use separate View for key preview backingTadashi G. Takaoka2011-09-031-2/+5
| | | | | Bug: 5246982 Change-Id: Icec4281cb01771909fcece36647ee42ba179118c
* Rename a resource more appropriate oneTadashi G. Takaoka2011-09-021-1/+1
| | | | | Bug: 5246982 Change-Id: Ic0e43c0e67f63ea069dd4758cf900765ad7a3678
* Rename CandidateView to SuggestionsViewTadashi G. Takaoka2011-09-011-34/+13
| | | | Change-Id: I6480cdf025f065130e1969899b259a243e7a11be
* Fix extract mode visualTadashi G. Takaoka2011-06-241-1/+2
| | | | | Bug: 4850051 Change-Id: Id30e15c6c1c341d3a7712165bd4fb0875d1ad8f1
* Use 2 arguments LinearLayout constructorTadashi G. Takaoka2011-06-211-1/+2
| | | | | | | To maintain backward compatibility back to Froyo, we can't call 3-argument constructor of LinearLayout. Change-Id: I35310704f92812d2748d32f35820a5058fa2bf31
* Make CandidateView aware of themeTadashi G. Takaoka2011-06-151-2/+1
| | | | | | | This change is needed to introduce new theme easily. Bug: 4436327 Change-Id: Idc368b66d892d9c888ba7a26bfa3527c21678292
* Implement expandable candidates paneTadashi G. Takaoka2011-06-141-15/+30
| | | | | | | | | | 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-131-5/+35
| | | | | Bug: 4175031 Change-Id: I8073739ac7624d2c0a111c5ef7043d8766162a83
* Use custom theme for Keyboard theme switchTadashi G. Takaoka2011-05-251-0/+36
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