aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/drawable (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused resourcesTadashi G. Takaoka2012-03-301-25/+0
| | | | | | | Follow up to Ib27f2774 Bug: 6129704 Change-Id: I75b892a5f97270c270441a00f98e6e7ea1abc424
* Use more standard Unicode notations in keyboard layout resource files.Ken Wakasa2012-02-152-2/+2
| | | | | bug: 5988656 Change-Id: Ie2416ccd790f29934a37e9dc77d7525e5113048a
* Add missing "action" key background definitionTadashi G. Takaoka2011-09-162-2/+16
| | | | Change-Id: I11e7ad1ebcc2621c528a38fc82acf05011ca5d8b
* Make action key background more visually prominentTadashi G. Takaoka2011-09-151-1/+8
| | | | | Bug: 5232726 Change-Id: I76ff2fb431ca295693ceb231a0f13da44f9293e6
* Rename CandidateView to SuggestionsViewTadashi G. Takaoka2011-09-012-2/+2
| | | | Change-Id: I6480cdf025f065130e1969899b259a243e7a11be
* Cleanup key drawing codeTadashi G. Takaoka2011-06-293-28/+2
| | | | | | | | | | | | | | | | | | This change also modifies 9-patch drawables to fix the following issues. In order to draw key background drawable just on the coordinates we want, we have to know where an actual "visible" part is in the drawable. The only clue we can use is "padding" of the drawable. To achieve this, the 9-patch drawable must have its "visible" part marked as "content". Please refer the Bug: 4948171 for more detailed explanation. This change also reverts the following "black" drawables back from Gingerbread because recent change broke these (I70019a91). * drawable-hdpi/sym_bkeyboard_*.png * drawable-hdpi/btn_keyboard_key_*_stone.9.png Bug: 4948171 Change-Id: I6e4d03b3144caa95c793aac97af22df34c5f454f
* Use left/right-edge popup preview backgroundTadashi G. Takaoka2011-06-282-0/+42
| | | | | Bug: 4902361 Change-Id: Iafbadd0e44c0db2fb6a0875c964304bec6ac8cb0
* Remove spacebar preview and arrowsTadashi G. Takaoka2011-06-241-0/+30
| | | | Change-Id: I07f1b7bbf222d90e95919304e82d7d054df2868d
* New IceCreamSandwich assets and themeTadashi G. Takaoka2011-06-234-4/+4
| | | | | | | | | | | | 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
* Remove colorScheme attribute from KeyboardViewTadashi G. Takaoka2011-06-221-0/+7
| | | | Change-Id: I9de118e8be60b9a6fe1aecc00332ba08872db918
* Use custom theme for Keyboard theme switchTadashi G. Takaoka2011-05-252-2/+2
| | | | | | | | | 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
* Remove unused resourcesTadashi G. Takaoka2011-05-161-36/+0
| | | | | Bug: 4436327 Change-Id: I2573786aac5fd8d543cf12d24c951b67c7353fd7
* Cleanup VoiceIME related drawableTadashi G. Takaoka2011-05-1611-0/+0
| | | | | Bug: 4436327 Change-Id: I55d7ab043f32d51c32acfd11434214b79a7ae204
* Fix suggestion strip layoutTadashi G. Takaoka2011-04-082-27/+0
| | | | | | | This change also removes unused drawable and xml resources. Bug: 4181825 Change-Id: Ia723376bc5d40900a513df62e89cdfe35b2c859f
* Fix popup key preview on tabletTadashi G. Takaoka2011-04-071-1/+1
| | | | | | | | This change temporally enable popup key preview option on tablet. (config_enable_show_popup_on_keypress_option). Bug: 3286117 Change-Id: Iabbac5a333460e1ed2f8d05ba82f4bae81854b85
* Removed subtype icon for each country and added subtype icon for each modesatok2011-01-2535-0/+0
| | | | | | Bug: 3286869 Change-Id: I43f151be00d2392c1816a43d37148169ff39a9f0
* Remove unused assetssatok2011-01-242-0/+0
| | | | Change-Id: Iae825b3d1c62d622db8389718359eaaa2b289fb4
* Add subtype languagessatok2011-01-202-0/+0
| | | | Change-Id: Ib251bd63f79281a4dc1739b213b16e8a936ea319
* Change the UI of Voice IME to be more like Voice Search.Luca Zanolin2011-01-1813-0/+65
| | | | | | | | | | | | | | | | | | 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
* Tweak keyboard iconsatok2011-01-1117-0/+0
| | | | Change-Id: I2c802c1c0c5f7e173285656ac47e3251ff97e44d
* Update suggestion strip drawablesTadashi G. Takaoka2010-12-161-0/+27
| | | | | Bug: 3286297 Change-Id: I51d4051ea22c465f81852e4fb98e48bad9cf57f1
* Implement CandidateView using HorizontalScrollViewTadashi G. Takaoka2010-12-081-0/+29
| | | | | | | | | | | | | | | | | 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
* Add fr_CH keyboard subtypeTadashi G. Takaoka2010-12-012-0/+0
| | | | Change-Id: I3977f9e201e77a682c1c8bed221cca32204dafbe
* Tweak tablet keyboard designTadashi G. Takaoka2010-12-011-1/+0
| | | | | | | | | | | | | 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-303-0/+0
| | | | Change-Id: I232f874c6dd8f60bd0634111e2f7fc60b6082c14
* Add icons for each subtypesatok2010-11-3032-0/+0
| | | | Change-Id: I0a86a781e3b30a8355ccc8083f3ac66af84a05b7
* Update tablet keyboard layout to the latest designTadashi G. Takaoka2010-11-252-0/+42
| | | | | | | | | | | | | 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
* Cleanup drawable-xlarge resources into drawable-mdpiTadashi G. Takaoka2010-11-191-0/+43
| | | | Change-Id: I2db335a601ddb0062a637a71289e14cf1d375a1e
* Updated icons for the input method subtypesatok2010-11-024-0/+0
| | | | Change-Id: Ib92666357a6921cb7e068c63353b8b3d997c80b2
* Add an icon for US keyboard subtypesatok2010-10-251-0/+0
| | | | | | - TODO: add other icons Change-Id: Ie958b9d59bb33bd6dbfc78a403bfda022bfaf790
* Add popup layout for theme of gingerbreadsatok2010-09-131-0/+21
| | | | Change-Id: I464dc6cef4ca8cfd3c2fdb2fe99b2dc7d4e7988d
* Remove close button from mini keyboardTadashi G. Takaoka2010-09-031-27/+0
| | | | | Bug: 2959169 Change-Id: I9c78f9417aaa448b8b23596bc3e748fe99085393
* Change background color for functional keys in LatinIMEsatok2010-09-021-2/+8
| | | | Change-Id: I45f13c1fd139ce43478e5d0b2cdb62e56e9f77a8
* Remove duplicated assetssatok2010-09-012-0/+0
| | | | Change-Id: I4f8abf917ff9dfa3c5d31e441476e032fb4ce3a9
* Add a new theme for Gingerbreadsatok2010-09-011-0/+36
| | | | | | bug: 2959293 Change-Id: I8aef19a7485ffd5639a177aee21103b3a1e04cf2
* Add settings buttonsatok2010-08-312-0/+0
| | | | | | - delete unused keyboard layout Change-Id: Iab39446653460797f1ca876a7d9a23190c3a8df6
* DO NOT MERGE. Backport LatinIME from master to Gingerbreadsatok2010-08-2027-0/+157
| | | | | | TODO: Cleanup will follow. Change-Id: I4a68ba9f2f55760aa24187f1f13fdfa8a0b70963
* Don't let the native code target be included twice when unbundling.Amith Yamasani2010-03-0925-0/+89
Move java code to a different directory so that the unbundled version doesn't try to compile the native code again. Change-Id: I05cf9e643824ddc448821f69805ccb0240c5b986