Skip to content
Snippets Groups Projects
  1. Jun 10, 2011
  2. Jun 02, 2011
  3. Jun 01, 2011
  4. May 31, 2011
  5. May 28, 2011
    • Tadashi G. Takaoka's avatar
      Adaptive keyboard width/position parser (DO NOT MERGE) · 6b38a5fd
      Tadashi G. Takaoka authored
      This change introduces the following features to Keyboard XML format.
      
       * "keyXPos" can specify the key X coordinate directly.
       * "keyXPos" can be negative. The X coordinate will be calcluated from
          the right edge of the keyboard toward left.
       * "keyWidth" can be zero to be filled up to the right side.
       * "keyWidth can be negative. The key will be filled up to both sides.
       * Spacer's horizontalGap is renamed as keyWidth, and can be inherited
         from key-style.
       * Spacer can have keyXPos attribute.
      
      Using these syntax, all keyboard layouts have been re-written.
      
      Bug: 4442045
      Change-Id: I314b2e8ca2aa145ff9506cbf927140a15685af42
      6b38a5fd
  6. May 27, 2011
  7. May 26, 2011
  8. May 24, 2011
  9. May 23, 2011
    • Tadashi G. Takaoka's avatar
      Reorganize drawable for large and xlarge device (DO NOT MERGE) · 83fdaddd
      Tadashi G. Takaoka authored
      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
      83fdaddd
    • Tadashi G. Takaoka's avatar
      Rename filename of hint icons for numbers (DO NOT MERGE) · 88100d36
      Tadashi G. Takaoka authored
      Bug: 4436327
      Change-Id: I1f3bc846683edc4be666dce8ea89659225ef7301
      88100d36
    • Tadashi G. Takaoka's avatar
      Rename resources with new scheme (DO NOT MERGE) · f4911e43
      Tadashi G. Takaoka authored
      This change renames resources along with new naming scheme.
        * large to sw600dp  (7" tablet uses phone keyboard layout)
        * xlarge to sw768dp (10" tablet)
      
      Bug: 4436327
      Change-Id: I96678fa699d2abcb48022d8878557f1486e839aa
      f4911e43
Loading