aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken suggestions layoutTadashi G. Takaoka2011-12-162-2/+2
| | | | | | This is follow up change of If4b82376 Change-Id: I9b0d86ba630011372f41f26efb56bb0a80e09505
* Add a settings to change the sound effect volumesatok2011-10-111-0/+44
| | | | | | Bug: 5345401 Bug: 5402541 Change-Id: I1e653573a3362160104b77388d6cbd1700424649
* add vibration duration settingssatok2011-09-291-0/+49
| | | | Change-Id: I56a1a94df63160f367f866da759d7dd4fc428ed5
* 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
* Add visual dividers to more suggestions panelTadashi G. Takaoka2011-09-081-1/+1
| | | | | Bug: 5275003 Change-Id: I9464db71388a40ea768984b4cf06c8da05bfa26c
* Get rid of LinearLayoutCompatUtilsTadashi G. Takaoka2011-09-051-11/+4
| | | | Change-Id: If0f63eaeb4539c0e03ef20190d2f9211a176babc
* 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-017-53/+32
| | | | Change-Id: I6480cdf025f065130e1969899b259a243e7a11be
* Implement popup suggestions paneTadashi G. Takaoka2011-08-311-0/+37
| | | | | Bug: 5023981 Change-Id: Ie1d69131dbf884a3f6a2beb3ac3427e5437c1486
* Rename PopupMiniKeyboardView to MiniKeyboardViewTadashi G. Takaoka2011-08-311-2/+2
| | | | Change-Id: Ic83cd1200cfb8f8c0b0cfbcad449031b8e8a29e0
* Move debug information back to suggestions stripTadashi G. Takaoka2011-08-261-4/+11
| | | | Change-Id: I8cfad5f780a481a251cc4f752bff3cda5ae3ffbe
* Fix "touch to save" colorsTadashi G. Takaoka2011-08-261-30/+1
| | | | | Bug: 5218662 Change-Id: I094b2ceb7438148eb5bdf620b188f598e8442a07
* Remove suggestion pane controller from stripTadashi G. Takaoka2011-08-081-25/+0
| | | | | | | This change also removes speacebar LED to represent auto correction. Bug: 5023981 Change-Id: Idedaabd147ed608df35cb51769388578a05174a1
* Use Key background for suggestions strip controlTadashi G. Takaoka2011-07-041-8/+4
| | | | Change-Id: I5e43c0919e89972283fd18eb29d69f96f1bd0290
* Tweak ICS theme a bitTadashi G. Takaoka2011-07-013-16/+10
| | | | Change-Id: Ib8f1a712a1fc3fd6f08b336617b4b6a17af11376
* Adaptive suggestions stripTadashi G. Takaoka2011-07-013-66/+36
| | | | | Bug: 4903845 Change-Id: I9e2e17a9eee72df5c92414dcd4796ed7fe1655e1
* Remove reference to system themeTadashi G. Takaoka2011-06-271-1/+0
| | | | | | | | This change also introduces * Background for space key preview * Tune stone theme Change-Id: I84fca0baf2392582da870d2ff77b3e99c28faf7b
* Show long suggestion in condensed and ellipsized textTadashi G. Takaoka2011-06-273-7/+13
| | | | | Bug: 4903845 Change-Id: I75d58fb55f81594ebb2628ea21d00c2eb59fa70e
* Use dedicated layout for "touch to save word" featureTadashi G. Takaoka2011-06-271-49/+82
| | | | Change-Id: Ie8c948476740a645d8b2d9a9d821236941d27adf
* Fix ragged suggestion strip baselineTadashi G. Takaoka2011-06-262-1/+2
| | | | Change-Id: I5fa9e2ad0993602e24f436e1d8ad0999209e5180
* Display suggested word info in debug modeTadashi G. Takaoka2011-06-243-9/+67
| | | | | Bug: 4686782 Change-Id: I0e5bef33aa39c3d6f75edda7818524965aa40b79
* Fix extract mode visualTadashi G. Takaoka2011-06-241-1/+2
| | | | | Bug: 4850051 Change-Id: Id30e15c6c1c341d3a7712165bd4fb0875d1ad8f1
* New IceCreamSandwich assets and themeTadashi G. Takaoka2011-06-231-1/+0
| | | | | | | | | | | | This change instroduces new IceCreamSandwich assets and renames Honeycomb theme to IceCreamSandwich. Though checked only on hdpi-phone and mdpi-10"-tablet. File another bug (Bug: 4852048) to fine tune keyboard layout for all possible combination of devices and themes. Bug: 4436327 Change-Id: I4f8dc1dd6b798a39204702bbcbebf17a199dc82f
* 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-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