LatinIME/java/res/values/emoji-categories.xml

84 lines
2.1 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 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>