/ime/latinime/res/xml/popup_smileys.xml

http://eyes-free.googlecode.com/ · XML · 89 lines · 70 code · 1 blank · 18 comment · 0 complexity · 1f9b0318acfe35b63211e206afe8b0c3 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="15%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:keyOutputText=":-) "
  33. android:keyEdgeFlags="left" />
  34. <Key
  35. android:keyLabel=":-("
  36. android:keyOutputText=":-( " />
  37. <Key
  38. android:keyLabel=";-)"
  39. android:keyOutputText=";-) " />
  40. <Key
  41. android:keyLabel=":-P"
  42. android:keyOutputText=":-P " />
  43. <Key
  44. android:keyLabel="=-O"
  45. android:keyOutputText="=-O "
  46. android:keyEdgeFlags="right" />
  47. </Row>
  48. <Row>
  49. <Key
  50. android:keyLabel=":-*"
  51. android:keyOutputText=":-* "
  52. android:keyEdgeFlags="left" />
  53. <Key
  54. android:keyLabel=":O"
  55. android:keyOutputText=":O " />
  56. <Key
  57. android:keyLabel="B-)"
  58. android:keyOutputText="B-) " />
  59. <Key
  60. android:keyLabel=":-$"
  61. android:keyOutputText=":-$ " />
  62. <Key
  63. android:keyLabel=":-!"
  64. android:keyOutputText=":-! "
  65. android:keyEdgeFlags="right" />
  66. </Row>
  67. <Row
  68. android:rowEdgeFlags="bottom"
  69. >
  70. <Key
  71. android:keyLabel=":-["
  72. android:keyOutputText=":-[ "
  73. android:keyEdgeFlags="left" />
  74. <Key
  75. android:keyLabel="O:-)"
  76. android:keyOutputText="O:-) " />
  77. <Key
  78. android:keyLabel=":-\\"
  79. android:keyOutputText=":-\\ " />
  80. <Key
  81. android:keyLabel=":'("
  82. android:keyOutputText=":'( " />
  83. <Key
  84. android:keyLabel=":-D"
  85. android:keyOutputText=":-D "
  86. android:keyEdgeFlags="right" />
  87. </Row>
  88. </Keyboard>