/ime/latinime/res/xml/kbd_symbols_shift_black.xml

http://eyes-free.googlecode.com/ · XML · 148 lines · 129 code · 1 blank · 18 comment · 0 complexity · e8683e0c0105e443a8569acedc7d17b2 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="~"
  32. android:keyEdgeFlags="left" />
  33. <Key
  34. android:keyLabel="`" />
  35. <Key
  36. android:keyLabel="|" />
  37. <Key
  38. android:keyLabel="\#" />
  39. <Key
  40. android:keyLabel="√" />
  41. <Key
  42. android:keyLabel="π"
  43. android:popupKeyboard="@xml/kbd_popup_template"
  44. android:popupCharacters="Π" />
  45. <Key
  46. android:keyLabel="÷" />
  47. <Key
  48. android:keyLabel="×" />
  49. <Key
  50. android:keyLabel="{" />
  51. <Key
  52. android:keyLabel="}"
  53. android:keyEdgeFlags="right" />
  54. </Row>
  55. <Row>
  56. <Key
  57. android:keyLabel="£"
  58. android:horizontalGap="5%p"
  59. android:keyEdgeFlags="left" />
  60. <Key
  61. android:keyLabel="¢" />
  62. <Key
  63. android:keyLabel="€" />
  64. <Key
  65. android:keyLabel="°" />
  66. <Key
  67. android:keyLabel="^"
  68. android:popupKeyboard="@xml/kbd_popup_template"
  69. android:popupCharacters="↑↓←→" />
  70. <Key
  71. android:keyLabel="_" />
  72. <Key
  73. android:keyLabel="="
  74. android:popupKeyboard="@xml/kbd_popup_template"
  75. android:popupCharacters="≠≈∞" />
  76. <Key
  77. android:keyLabel="[" />
  78. <Key
  79. android:keyLabel="]"
  80. android:keyEdgeFlags="right" />
  81. </Row>
  82. <Row>
  83. <Key
  84. android:codes="@integer/key_shift"
  85. android:keyLabel="@string/label_alt_key"
  86. android:keyWidth="15%p"
  87. android:isModifier="true"
  88. android:isSticky="true"
  89. android:keyEdgeFlags="left" />
  90. <Key
  91. android:keyLabel="™" />
  92. <Key
  93. android:keyLabel="®" />
  94. <Key
  95. android:keyLabel="©" />
  96. <Key
  97. android:keyLabel="¶"
  98. android:popupKeyboard="@xml/kbd_popup_template"
  99. android:popupCharacters="§" />
  100. <Key
  101. android:keyLabel="\\" />
  102. <Key
  103. android:keyLabel="&lt;"
  104. android:popupKeyboard="@xml/kbd_popup_template"
  105. android:popupCharacters="≤«‹" />
  106. <Key
  107. android:keyLabel="&gt;"
  108. android:popupKeyboard="@xml/kbd_popup_template"
  109. android:popupCharacters="≥»›" />
  110. <Key
  111. android:codes="@integer/key_delete"
  112. android:keyIcon="@drawable/sym_bkeyboard_delete"
  113. android:iconPreview="@drawable/sym_keyboard_feedback_delete"
  114. android:keyWidth="15%p"
  115. android:isRepeatable="true"
  116. android:keyEdgeFlags="right" />
  117. </Row>
  118. <Row
  119. android:keyboardMode="@+id/mode_symbols_with_settings_key"
  120. android:rowEdgeFlags="bottom"
  121. >
  122. <Key
  123. android:codes="@integer/key_symbol"
  124. android:keyLabel="@string/label_alpha_key"
  125. android:keyWidth="15%p"
  126. android:keyEdgeFlags="left" />
  127. <Key
  128. android:codes="@integer/key_settings"
  129. android:keyIcon="@drawable/sym_bkeyboard_settings"
  130. android:iconPreview="@drawable/sym_keyboard_feedback_settings" />
  131. <Key
  132. android:keyLabel="„" />
  133. <Key
  134. android:codes="@integer/key_space"
  135. android:keyIcon="@drawable/sym_bkeyboard_space"
  136. android:iconPreview="@drawable/sym_keyboard_feedback_space"
  137. android:keyWidth="30%p" />
  138. <Key
  139. android:keyLabel="…" />
  140. <Key
  141. android:codes="@integer/key_return"
  142. android:keyIcon="@drawable/sym_bkeyboard_return"
  143. android:iconPreview="@drawable/sym_keyboard_feedback_return"
  144. android:keyWidth="25%p"
  145. android:keyEdgeFlags="right" />
  146. </Row>
  147. </Keyboard>