/ime/latinime/res/xml/kbd_phone_black.xml

http://eyes-free.googlecode.com/ · XML · 101 lines · 82 code · 1 blank · 18 comment · 0 complexity · 0ab01a1705614a8bd0601d374b6daff5 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. /*
  4. **
  5. ** Copyright 2010, The Android Open Source Project
  6. **
  7. ** Licensed under the Apache License, Version 2.0 (the "License");
  8. ** you may not use this file except in compliance with the License.
  9. ** You may obtain a copy of the License at
  10. **
  11. ** http://www.apache.org/licenses/LICENSE-2.0
  12. **
  13. ** Unless required by applicable law or agreed to in writing, software
  14. ** distributed under the License is distributed on an "AS IS" BASIS,
  15. ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. ** See the License for the specific language governing permissions and
  17. ** limitations under the License.
  18. */
  19. -->
  20. <Keyboard
  21. xmlns:android="http://schemas.android.com/apk/res/android"
  22. android:keyWidth="26.67%p"
  23. android:horizontalGap="0px"
  24. android:verticalGap="@dimen/key_bottom_gap"
  25. android:keyHeight="@dimen/key_height"
  26. >
  27. <Row
  28. android:rowEdgeFlags="top"
  29. >
  30. <Key
  31. android:codes="49"
  32. android:keyIcon="@drawable/sym_bkeyboard_num1"
  33. android:keyEdgeFlags="left" />
  34. <Key
  35. android:codes="50"
  36. android:keyIcon="@drawable/sym_bkeyboard_num2" />
  37. <Key
  38. android:codes="51"
  39. android:keyIcon="@drawable/sym_bkeyboard_num3" />
  40. <Key
  41. android:keyLabel="-"
  42. android:keyWidth="20%p"
  43. android:keyEdgeFlags="right" />
  44. </Row>
  45. <Row>
  46. <Key
  47. android:codes="52"
  48. android:keyIcon="@drawable/sym_bkeyboard_num4"
  49. android:keyEdgeFlags="left" />
  50. <Key
  51. android:codes="53"
  52. android:keyIcon="@drawable/sym_bkeyboard_num5" />
  53. <Key
  54. android:codes="54"
  55. android:keyIcon="@drawable/sym_bkeyboard_num6" />
  56. <Key
  57. android:keyLabel="."
  58. android:keyWidth="20%p"
  59. android:keyEdgeFlags="right" />
  60. </Row>
  61. <Row>
  62. <Key
  63. android:codes="55"
  64. android:keyIcon="@drawable/sym_bkeyboard_num7"
  65. android:keyEdgeFlags="left" />
  66. <Key
  67. android:codes="56"
  68. android:keyIcon="@drawable/sym_bkeyboard_num8" />
  69. <Key
  70. android:codes="57"
  71. android:keyIcon="@drawable/sym_bkeyboard_num9" />
  72. <Key
  73. android:codes="@integer/key_delete"
  74. android:keyIcon="@drawable/sym_bkeyboard_delete"
  75. android:iconPreview="@drawable/sym_keyboard_feedback_delete"
  76. android:keyWidth="20%p"
  77. android:isRepeatable="true"
  78. android:keyEdgeFlags="right" />
  79. </Row>
  80. <Row
  81. android:rowEdgeFlags="bottom"
  82. >
  83. <Key
  84. android:codes="@integer/key_symbol"
  85. android:keyIcon="@drawable/sym_bkeyboard_numalt"
  86. android:iconPreview="@drawable/sym_keyboard_feedback_numalt" />
  87. <Key
  88. android:codes="48"
  89. android:keyIcon="@drawable/sym_bkeyboard_num0" />
  90. <Key
  91. android:codes="@integer/key_space"
  92. android:keyIcon="@drawable/sym_bkeyboard_space"
  93. android:iconPreview="@drawable/sym_keyboard_feedback_space" />
  94. <Key
  95. android:codes="@integer/key_return"
  96. android:keyIcon="@drawable/sym_bkeyboard_return"
  97. android:keyWidth="20%p"
  98. android:keyEdgeFlags="right" />
  99. </Row>
  100. </Keyboard>