Skip to content
Snippets Groups Projects
  1. Dec 08, 2010
    • Tadashi G. Takaoka's avatar
      Support keyboardHeight and maxKeyboardHeight to Keyboard XML · 9f01ed51
      Tadashi G. Takaoka authored
      This change introduces,
      - new attribute keyboardHeight to specify default keyboard height.
      - new attribute maxKeyboardHeight to specify maximum keyboard height,
        usually specified by percentage to the screen height.
      - keyHeight attribute is obsoleted
      - new attribute rowHeight to specify a row height, can be specifed as
        percentage of the keyboard height. And verticalGap is included to
        the row height (row height = key height + vertical gap).
      
      Change-Id: I48a2f2661e8a91a998503a847437c1baf1de9b9c
      9f01ed51
    • satok's avatar
      Merge "Suggest excessive characters" · 59cd73b9
      satok authored
      59cd73b9
    • Tadashi G. Takaoka's avatar
    • satok's avatar
      Suggest excessive characters · cdbbea73
      satok authored
      bug: 3193883
      
      Change-Id: Iea7a0fce7ce62d8779a7c7e4613d50db30d82b07
      cdbbea73
    • Tadashi G. Takaoka's avatar
      Implement CandidateView using HorizontalScrollView · e49bd1c4
      Tadashi G. Takaoka authored
      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
      e49bd1c4
  2. Dec 07, 2010
  3. Dec 06, 2010
  4. Dec 03, 2010
  5. Dec 02, 2010
Loading