/ime/latinime/res/xml/popup_punctuation.xml

http://eyes-free.googlecode.com/ · XML · 68 lines · 49 code · 1 blank · 18 comment · 0 complexity · 7d0cd6ecc7e0c313c14e2e049c1e67f5 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. /*
  4. **
  5. ** Copyright 2008, 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="0px"
  25. android:keyHeight="@dimen/popup_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="&amp;" />
  37. <Key
  38. android:keyLabel="(" />
  39. <Key
  40. android:keyLabel=")" />
  41. <Key
  42. android:keyLabel="-" />
  43. <Key
  44. android:keyLabel="+"
  45. android:keyEdgeFlags="right" />
  46. </Row>
  47. <Row
  48. android:rowEdgeFlags="bottom"
  49. >
  50. <Key
  51. android:keyLabel=";"
  52. android:keyEdgeFlags="left" />
  53. <Key
  54. android:keyLabel="\@" />
  55. <Key
  56. android:keyLabel="\'" />
  57. <Key
  58. android:keyLabel="&quot;" />
  59. <Key
  60. android:keyLabel="\?" />
  61. <Key
  62. android:keyLabel="!" />
  63. <Key
  64. android:keyLabel=","
  65. android:keyEdgeFlags="right" />
  66. </Row>
  67. </Keyboard>