/ime/latinime/res/xml/kbd_symbols_black.xml

http://eyes-free.googlecode.com/ · XML · 174 lines · 155 code · 1 blank · 18 comment · 0 complexity · af62d7692464feafa687e8465f75b819 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="10%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:keyLabel="1"
  32. android:popupKeyboard="@xml/kbd_popup_template"
  33. android:popupCharacters="¹½⅓¼⅛"
  34. android:keyEdgeFlags="left" />
  35. <Key
  36. android:keyLabel="2"
  37. android:popupKeyboard="@xml/kbd_popup_template"
  38. android:popupCharacters="²⅔" />
  39. <Key
  40. android:keyLabel="3"
  41. android:popupKeyboard="@xml/kbd_popup_template"
  42. android:popupCharacters="³¾⅜" />
  43. <Key
  44. android:keyLabel="4"
  45. android:popupKeyboard="@xml/kbd_popup_template"
  46. android:popupCharacters="⁴" />
  47. <Key
  48. android:keyLabel="5"
  49. android:popupKeyboard="@xml/kbd_popup_template"
  50. android:popupCharacters="⅝" />
  51. <Key
  52. android:keyLabel="6" />
  53. <Key
  54. android:keyLabel="7"
  55. android:popupKeyboard="@xml/kbd_popup_template"
  56. android:popupCharacters="⅞" />
  57. <Key
  58. android:keyLabel="8" />
  59. <Key
  60. android:keyLabel="9" />
  61. <Key
  62. android:keyLabel="0"
  63. android:popupKeyboard="@xml/kbd_popup_template"
  64. android:popupCharacters="ⁿ∅"
  65. android:keyEdgeFlags="right" />
  66. </Row>
  67. <Row>
  68. <Key
  69. android:keyLabel="\@"
  70. android:horizontalGap="5%p"
  71. android:keyEdgeFlags="left" />
  72. <Key
  73. android:keyLabel="$"
  74. android:popupKeyboard="@xml/kbd_popup_template"
  75. android:popupCharacters="¢£€¥₣₤₱" />
  76. <Key
  77. android:keyLabel="%"
  78. android:popupKeyboard="@xml/kbd_popup_template"
  79. android:popupCharacters="‰" />
  80. <Key
  81. android:keyLabel="&amp;" />
  82. <Key
  83. android:keyLabel="*"
  84. android:popupKeyboard="@xml/kbd_popup_template"
  85. android:popupCharacters="†‡★" />
  86. <Key
  87. android:keyLabel="-"
  88. android:popupKeyboard="@xml/kbd_popup_template"
  89. android:popupCharacters="_–—" />
  90. <Key
  91. android:keyLabel="+"
  92. android:popupKeyboard="@xml/kbd_popup_template"
  93. android:popupCharacters="±" />
  94. <Key
  95. android:keyLabel="("
  96. android:popupKeyboard="@xml/kbd_popup_template"
  97. android:popupCharacters="[{&lt;" />
  98. <Key
  99. android:keyLabel=")"
  100. android:popupKeyboard="@xml/kbd_popup_template"
  101. android:popupCharacters="]}&gt;"
  102. android:keyEdgeFlags="right" />
  103. </Row>
  104. <Row>
  105. <Key
  106. android:codes="@integer/key_shift"
  107. android:keyLabel="@string/label_alt_key"
  108. android:keyWidth="15%p"
  109. android:isModifier="true"
  110. android:isSticky="true"
  111. android:keyEdgeFlags="left" />
  112. <Key
  113. android:keyLabel="!"
  114. android:popupKeyboard="@xml/kbd_popup_template"
  115. android:popupCharacters="¡" />
  116. <Key
  117. android:keyLabel="&quot;"
  118. android:popupKeyboard="@xml/kbd_popup_template"
  119. android:popupCharacters="“”«»˝" />
  120. <Key
  121. android:keyLabel="\'"
  122. android:popupKeyboard="@xml/kbd_popup_template"
  123. android:popupCharacters="‘’" />
  124. <Key
  125. android:keyLabel=":" />
  126. <Key
  127. android:keyLabel=";" />
  128. <Key
  129. android:keyLabel="/" />
  130. <Key
  131. android:keyLabel="\?"
  132. android:popupKeyboard="@xml/kbd_popup_template"
  133. android:popupCharacters="¿" />
  134. <Key
  135. android:codes="@integer/key_delete"
  136. android:keyIcon="@drawable/sym_bkeyboard_delete"
  137. android:iconPreview="@drawable/sym_keyboard_feedback_delete"
  138. android:keyWidth="15%p"
  139. android:isRepeatable="true"
  140. android:keyEdgeFlags="right" />
  141. </Row>
  142. <Row
  143. android:keyboardMode="@+id/mode_symbols_with_settings_key"
  144. android:rowEdgeFlags="bottom"
  145. >
  146. <Key
  147. android:codes="@integer/key_symbol"
  148. android:keyLabel="@string/label_alpha_key"
  149. android:keyWidth="15%p"
  150. android:keyEdgeFlags="left" />
  151. <Key
  152. android:codes="@integer/key_settings"
  153. android:keyIcon="@drawable/sym_bkeyboard_settings"
  154. android:iconPreview="@drawable/sym_keyboard_feedback_settings" />
  155. <Key
  156. android:codes="@integer/key_f1" />
  157. <Key
  158. android:codes="@integer/key_space"
  159. android:keyIcon="@drawable/sym_bkeyboard_space"
  160. android:iconPreview="@drawable/sym_keyboard_feedback_space"
  161. android:keyWidth="30%p" />
  162. <Key
  163. android:keyLabel="."
  164. android:keyIcon="@drawable/hint_popup"
  165. android:popupKeyboard="@xml/popup_punctuation" />
  166. <Key
  167. android:codes="@integer/key_return"
  168. android:keyIcon="@drawable/sym_bkeyboard_return"
  169. android:iconPreview="@drawable/sym_keyboard_feedback_return"
  170. android:keyWidth="25%p"
  171. android:keyEdgeFlags="right" />
  172. </Row>
  173. </Keyboard>