Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c120199f authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Import emoji unicode point list from Hangouts

Bug: 6370846
Change-Id: I14017f002a94647d2b3154f1f0805f194421b8b5
parent 3f1ef22f
Loading
Loading
Loading
Loading
+922 −0

File added.

Preview size limit exceeded, changes collapsed.

+922 −0

File added.

Preview size limit exceeded, changes collapsed.

+79 −0
Original line number Diff line number Diff line
<?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>