aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/drawable-mdpi (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated IME assetsJustin Ho2011-06-2727-0/+0
| | | | | | Bug: 4948171 Change-Id: I70019a91a95166196aa8ae5142ea7a0f81d32349
* Remove unused and unnecessary drawablesTadashi G. Takaoka2011-06-286-0/+0
| | | | Change-Id: I7db0ee5e2aa06bba9b9f340aa6f71412c5a22c9a
* Draw popup hint "..." by text renderingTadashi G. Takaoka2011-06-282-0/+0
| | | | | Bug: 4959808 Change-Id: I30456b91852904c6801cbdd6476406fd60e84551
* Draw phone/number keyboard layout witout iconTadashi G. Takaoka2011-06-2730-0/+0
| | | | | | | | | | | | | | | | | | | | | | | This change introduces: * New KeyboardView attribute * keyLargeLetterRatio to specify large letter text size. * keyHintLabelRatio to specify hint label text size. * keyHintLabelColor to specify hint label text color. * keyPreviewTextRatio to specify key preview text size. * New Key.keyLabelOption flags * alignLeftOfCenter, align the key label slightly left of the key center. * largeLetter, use keyLargeLetterRatio to draw key letter. * hasHintLabel, draw keyHintLabel at the right of key letter. * followKeyHintLabelRatio, draw the key label following keyHintLabelRatio size. * Renames * Key.keyHintLetter to keyHintLabel. * Key.keylLabelOption fontFixedWidth to fontMonoSpace. * Key.keylLabelOption popupHint to hasPopupHint. * Removes * number icon releted attributes and declarations. Change-Id: I2f456737e3a46209e5f48b5155951b2b21a33859
* New IceCreamSandwich assets and themeTadashi G. Takaoka2011-06-2346-0/+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
* Add Key.keyHintLabel and remove Key.keyHintIconTadashi G. Takaoka2011-06-1626-0/+0
| | | | | | | | | This change also removes manualTemporaryUpperCaseCode and manualTemporaryUpperCaseHintIcon. Instead of these keyLabelOption now has hasUppercaseLetter flag value. Bug: 4436327 Change-Id: I88fdac1e888a7123735296f5ef45f5fdd565cd2e
* Implement expandable candidates paneTadashi G. Takaoka2011-06-142-0/+0
| | | | | | | | | | 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
* am ba6cd54a: am c636de2c: am 0ff8810b: Fix disabled mic icon temporallyTadashi G. Takaoka2011-06-091-0/+0
|\ | | | | | | | | * commit 'ba6cd54aefe9a28e26f5668fbf43845b8c6403aa': Fix disabled mic icon temporally
| * Fix disabled mic icon temporallyTadashi G. Takaoka2011-06-081-0/+0
| | | | | | | | | | | | | | | | This is a workaround until those drawables are updated by proper image. Bug: 4562738 Change-Id: Iabdf1736fd866cf8c6d976c895c2ddda637a50dc
| * Update drawables (DO NOT MERGE)Tadashi G. Takaoka2011-06-0116-0/+0
| | | | | | | | | | Bug: 4442045 Change-Id: I97068cdd50cc24a72610aa087dd624484862fa06
| * Updated IME assets and layouts to support 600dp devicesJustin Ho2011-05-251-0/+0
| | | | | | | | | | | | Bug: 4442045 Change-Id: I98664b0c954be82eeda00c69e712da2e20ca606a
| * Reorganize drawable for large and xlarge device (DO NOT MERGE)Tadashi G. Takaoka2011-05-2310-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because the holo theme drawables have "holo" effect around 9-patch as fixed size image, so we need dedicated drawables for each sw600dp-mdpi and sw768dp-mdpi resolutions for visual designers. * drawable-mdpi (fallback resources) * drawable-sw600dp-mdpi (7" tablet, phone style keyboard, placeholder for now) * drawable-sw768dp-mdpi (10" tablet, tablet style keybaord) Note that: * Eventually sw600dp drawables will be updated by designers. * We need sw768dp drawable copies because, without these, 10" tablet will use updated sw600dp drawables wrongly. * We have to keep drawable-mdpi as final fallback resources. Bug: 4436327 Change-Id: I93db87ee99c2abb8d18e869e5411e3cb5bec1020
| * Rename filename of hint icons for numbers (DO NOT MERGE)Tadashi G. Takaoka2011-05-2310-0/+0
| | | | | | | | | | Bug: 4436327 Change-Id: I1f3bc846683edc4be666dce8ea89659225ef7301
| * Remove unnecessary executable permission from drawableTadashi G. Takaoka2011-05-232-0/+0
| | | | | | | | | | Bug: 4436327 Change-Id: Ie8644396e1df8fbc16e4047808857c91aa2451ba
| * Remove unused resources (DO NOT MERGE)Tadashi G. Takaoka2011-05-2062-0/+0
| | | | | | | | | | | | | | | | This change also syncs the drawables with Master. Cherry-pick: I2573786aac5fd8d543cf12d24c951b67c7353fd7 Bug: 4436327 Change-Id: I88dc0162033a1017040205590c0c34a5111b835a
| * Copy xlarge layout/values/drawable to large (DO NOT MERGE)Tadashi G. Takaoka2011-05-189-0/+0
| | | | | | | | | | Bug: 4442045 Change-Id: Iaec97c019eed8f035fef0e8f0b7604db7ecba2b7
* | Update drawablesTadashi G. Takaoka2011-06-0226-0/+0
| | | | | | | | | | | | Keep in sync with Honeycomb-MR2 Change-Id: I2ecc0a945bd202e83b8c13879b3d22abc4287918
* | Updated IME drawables to support 7 inch devicesTadashi G. Takaoka2011-05-3112-0/+0
| | | | | | | | | | | | | | | | This change syncs all drawables from Honeycomb-MR2 into Master. Bug: 4442045 Change-Id: Ia539aa62bfc355ccc742cf5aa600463c7b604187 Cherry-pick: I98664b0c954be82eeda00c69e712da2e20ca606a
* | Rename filename of hint icons for numbersTadashi G. Takaoka2011-05-2710-0/+0
| | | | | | | | | | Change-Id: Ibd844167199f5d884d97b8fe9f536f47fbe5bdcd Cherry-Pick: I1f3bc846
* | Remove unnecessary executable permission from drawableTadashi G. Takaoka2011-05-232-0/+0
| | | | | | | | | | | | Cherry-Pick: Ie8644396e1df8fbc16e4047808857c91aa2451ba Bug: 4436327 Change-Id: I6917876995f20361358b6e6577fc646795f04d7e
* | Remove unused resourcesTadashi G. Takaoka2011-05-1658-0/+0
| | | | | | | | | | Bug: 4436327 Change-Id: I2573786aac5fd8d543cf12d24c951b67c7353fd7
* | Cleanup VoiceIME related drawableTadashi G. Takaoka2011-05-169-0/+0
| | | | | | | | | | Bug: 4436327 Change-Id: I55d7ab043f32d51c32acfd11434214b79a7ae204
* | Fix suggestion strip layoutTadashi G. Takaoka2011-04-083-0/+0
| | | | | | | | | | | | | | This change also removes unused drawable and xml resources. Bug: 4181825 Change-Id: Ia723376bc5d40900a513df62e89cdfe35b2c859f
* | Shrink sym_keyboard_voice_off_holo for phonesatok2011-04-081-0/+0
| | | | | | | | | | | | Bug: 4225070 Change-Id: Ic61c3c0263158ed3429553b134f13e8e94f5f5b7
* | Fix popup key preview on tabletTadashi G. Takaoka2011-04-071-0/+0
|/ | | | | | | | This change temporally enable popup key preview option on tablet. (config_enable_show_popup_on_keypress_option). Bug: 3286117 Change-Id: Iabbac5a333460e1ed2f8d05ba82f4bae81854b85
* Update assets from designer-git repositoryTadashi G. Takaoka2011-03-0118-0/+0
| | | | | | | This new assets has revised alpha value. Bug: 3451586 Change-Id: I8485044263b92111d882c4f88ca6a0e92c82f0ed
* Import new assets from designer-git repositoryTadashi G. Takaoka2011-03-018-0/+0
| | | | Change-Id: Ie07dc956ea5c40b760d511976e42f847f0f68f9f
* Revised Russian keyboard layoutTadashi G. Takaoka2011-02-201-0/+0
| | | | | Bug: 3451586 Change-Id: I10d5f45b6218e8f0ab5a0d2f2c285469338890c6
* Fixing colon key alignmentJustin Ho2011-01-304-0/+0
| | | | | | Bug: 3362749 Bug: 3405016 Change-Id: Ie6f15a5a8f27d0df517b451e93a92cc693b9fcd6
* Import new icon for disabled mic keyTadashi G. Takaoka2011-01-2858-0/+0
| | | | | | | This change also updates other hdpi assets. Bug: 3345931 Change-Id: Ia91e449905677b025307bf9ea6e618d82090a389
* Updating keyboard settings assetJustin Ho2011-01-271-0/+0
| | | | | Bug: 3362749 Change-Id: If9f0dd25bc40a5dbc6613ce0660bd62237c27760
* Disable shortcut key when network is not availableTadashi G. Takaoka2011-01-262-0/+0
| | | | | Bug: 3345931 Change-Id: I1deef774598b8e78da4404535b6d3814464a9d2d
* Removed subtype icon for each country and added subtype icon for each modesatok2011-01-252-0/+0
| | | | | | Bug: 3286869 Change-Id: I43f151be00d2392c1816a43d37148169ff39a9f0
* New drawable assetsTadashi G. Takaoka2011-01-2456-0/+0
| | | | | | | This change excludes drawable-xdpi/* and drawable-mdpi/sym_keyboard_smiley_holo.png from designer's repo. Change-Id: Ic8a06903ba75aa2de2d81ac159f4e37962b4da52
* Use simple smiley for the emoticon keyTadashi G. Takaoka2011-01-211-0/+0
| | | | | | | | This change uses keyLable to show simple smiley on the key top and removes sym_keyboard_smiley_holo drawable. Bug: 3350296 Change-Id: I7d28db8a6f74936f932f250a70991a1bd1ff4ddd
* Add settings key to table keyboardTadashi G. Takaoka2011-01-181-0/+0
| | | | | | Bug: 3351762 Change-Id: Ibee1cf42af2f53017d83034f069b19be6657acbb
* Import new drawable assetsTadashi G. Takaoka2010-12-2454-0/+0
| | | | Change-Id: Ie74bd49921cca4aee69f9e7bfc8ef93e13d3c4d9
* Updated contrast in keysTadashi G. Takaoka2010-12-1710-0/+0
| | | | | | | This change also makes the keyboard top gutter slightly taller. Bug: 3293748 Change-Id: I574a2fea6440c7ad78f8ef51c87b221838b6df13
* Update suggestion strip drawablesTadashi G. Takaoka2010-12-161-0/+0
| | | | | Bug: 3286297 Change-Id: I51d4051ea22c465f81852e4fb98e48bad9cf57f1
* Integrating updated LatinIME keyboard assetsJustin Ho2010-12-1051-0/+0
| | | | Change-Id: I0bddfb452548eccac27586e9837285745da14918
* Implement CandidateView using HorizontalScrollViewTadashi G. Takaoka2010-12-082-0/+0
| | | | | | | | | | | | | | | | | 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
* Integrating updated LatinIME assetsJustin Ho2010-11-3052-0/+0
| | | | Change-Id: I232f874c6dd8f60bd0634111e2f7fc60b6082c14
* Integrating updated LatinIME keyboard assetsJustin Ho2010-11-2942-0/+0
| | | | Change-Id: I5bc137892ea82e08d5b65e1e124f0de69d0a77c5
* Update tablet keyboard layout to the latest designTadashi G. Takaoka2010-11-2543-0/+0
| | | | | | | | | | | | | 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
* Update tablet keyboard layout to version 4Tadashi G. Takaoka2010-11-211-0/+0
| | | | | Bug: 3216592 Change-Id: I9950292184d9d0e131f76498067b0a6cb462a0ab
* Cleanup drawable-xlarge resources into drawable-mdpiTadashi G. Takaoka2010-11-1935-0/+0
| | | | Change-Id: I2db335a601ddb0062a637a71289e14cf1d375a1e
* Updated icons for the input method subtypesatok2010-11-022-0/+0
| | | | Change-Id: Ib92666357a6921cb7e068c63353b8b3d997c80b2
* Add an icon for US keyboard subtypesatok2010-10-251-0/+0
| | | | | | - TODO: add other icons Change-Id: Ie958b9d59bb33bd6dbfc78a403bfda022bfaf790
* Manual merge of the following Gingerbread changes logicallyKen Wakasa2010-10-201-0/+0
| | | | | | | | | | | I8b38e280 Ia3929bb0 If925b546 I1062763d I901e36aa bug: 3100311 Change-Id: Ic7e01277ec816e77d34732599b2b9552668b81c2
* Specify keyboard metrics with physical unit "inch"Tadashi G. Takaoka2010-10-178-0/+0
| | | | | | | | | | | | | 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