LatinIME/java/res/values/emoji-categories.xml
Tadashi G. Takaoka c120199f72 Import emoji unicode point list from Hangouts
Bug: 6370846
Change-Id: I14017f002a94647d2b3154f1f0805f194421b8b5
2013-08-26 16:05:14 +09:00

79 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- Note: This emoji code point list is valid prior to JB-MR2 (API < 18).
There is another emoji code point list for JB-MR2 and KLP and later under
res/xml/values-v1[89].-->
<resources>
<!-- Dummy codeArrays for recents emoji keyboard.
Do not remove these keys, because they are used as a template. -->
<array
name="emoji_recents"
format="string"
>
<item>52</item>
<item>45</item>
<item>43</item>
<item>45</item>
<item>4E</item>
<item>54</item>
</array>
<array
name="emoji_nature"
format="string"
>
</array>
<array
name="emoji_symbols"
format="string"
>
</array>
<array
name="emoji_faces"
format="string"
>
</array>
<array
name="emoji_objects"
format="string"
>
</array>
<array
name="emoji_places"
format="string"
>
</array>
<array
name="emoji_emoticons"
format="string"
>
<item>=-O</item>
<item>:-P</item>
<item>;-)</item>
<item>:-(</item>
<item>:-)</item>
<item>:-!</item>
<item>:-$</item>
<item>B-)</item>
<item>:O</item>
<item>:-*</item>
<item>:-D</item>
<item>:\'(</item>
<item>:-\\</item>
<item>O:-)</item>
<item>:-[</item>
</array>
</resources>