Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 **
      5 ** Copyright 2013, 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 
     21 <!-- Note: This emoji code point list is valid prior to JB-MR2 (API < 18).
     22      There is another emoji code point list for JB-MR2 and KLP and later under
     23      res/xml/values-v1[89].-->
     24 <resources>
     25     <!-- Dummy codeArrays for recents emoji keyboard.
     26          Do not remove these keys, because they are used as a template. -->
     27     <array
     28         name="emoji_recents"
     29         format="string"
     30     >
     31         <!-- These code point should be aligned with {@link RecentsKeyboard#TEMPLATE_KEY_CODE_*. -->
     32         <item>30</item>
     33         <item>31</item>
     34     </array>
     35     <array
     36         name="emoji_nature"
     37         format="string"
     38     >
     39         <item>2744</item> <!-- SNOWFLAKE -->
     40     </array>
     41     <array
     42         name="emoji_symbols"
     43         format="string"
     44     >
     45         <item>2460</item> <!-- CIRCLED DIGIT ONE -->
     46         <item>2461</item> <!-- CIRCLED DIGIT TWO -->
     47         <item>2462</item> <!-- CIRCLED DIGIT THREE -->
     48         <item>2463</item> <!-- CIRCLED DIGIT FOUR -->
     49         <item>2464</item> <!-- CIRCLED DIGIT FIVE -->
     50         <item>2465</item> <!-- CIRCLED DIGIT SIX -->
     51         <item>2466</item> <!-- CIRCLED DIGIT SEVEN -->
     52         <item>2467</item> <!-- CIRCLED DIGIT EIGHT -->
     53         <item>2468</item> <!-- CIRCLED DIGIT NINE -->
     54         <item>2469</item> <!-- CIRCLED DIGIT TEN -->
     55         <item>00ae</item> <!-- REGISTERED SIGN -->
     56         <item>00a9</item> <!-- COPYRIGHT SIGN -->
     57         <item>2122</item> <!-- TRADE MARK SIGN -->
     58         <item>2734</item> <!-- EIGHT POINTED BLACK STAR -->
     59         <item>2733</item> <!-- EIGHT POINTED PINWHEEL STAR -->
     60         <item>2716</item> <!-- HEAVY MULTIPLICATION MARK -->
     61         <item>2195</item> <!-- UP DOWN ARROW -->
     62         <item>2197</item> <!-- NORTH EAST ARROW -->
     63         <item>27a1</item> <!-- BLACK RIGHTWARDS ARROW -->
     64         <item>2198</item> <!-- SOUTH EAST ARROW -->
     65         <item>2199</item> <!-- SOUTH WEST ARROW -->
     66         <item>2196</item> <!-- NORTH EAST ARROW -->
     67         <item>2194</item> <!-- LEFT RIGHT ARROW -->
     68         <item>25c0</item> <!-- BLACK LEFT-POINTING TRIANGLE -->
     69         <item>25b6</item> <!-- BLACK ROGHT-POINTING TRIANGLE -->
     70         <item>2747</item> <!-- SPARKLE -->
     71         <item>25aa</item> <!-- BLACK SMALL SQUARE -->
     72         <item>203c</item> <!-- DOUBLE EXCLAMATION MARK -->
     73         <item>2660</item> <!-- BLACK SPADE SUIT -->
     74         <item>2665</item> <!-- BLACK HEART SUIT -->
     75         <item>2663</item> <!-- BLACK CLUB SUIT -->
     76         <item>2666</item> <!-- BLACK DIAMOND SUIT -->
     77         <item>21a9</item> <!-- LEFTWARDS ARROW WITH HOOK -->
     78         <item>21aa</item> <!-- RIGHTWARDS ARROW WITH HOOK -->
     79     </array>
     80     <array
     81         name="emoji_faces"
     82         format="string"
     83     >
     84         <item>270C</item> <!-- VICTORY HAND -->
     85         <item>2764</item> <!-- HEAVY BLACK HEART -->
     86     </array>
     87     <array
     88         name="emoji_objects"
     89         format="string"
     90     >
     91         <item>260e</item> <!-- BLACK TELEPHONE -->
     92         <item>2709</item> <!-- ENVELOPE -->
     93         <item>2712</item> <!-- BLACK NIB -->
     94         <item>270f</item> <!-- PENCIL -->
     95         <item>2702</item> <!-- BLACK SCISSORS -->
     96         <item>2669</item> <!-- QUARTER NOTE -->
     97         <item>266a</item> <!-- EIGHTH NOTE -->
     98         <item>266c</item> <!-- BEAMED SIXTEENTH NOTES -->
     99     </array>
    100     <array
    101         name="emoji_places"
    102         format="string"
    103     >
    104         <item>2708</item> <!-- AIRPLANE -->
    105         <item>2668</item> <!-- HOT SPRINGS -->
    106     </array>
    107     <array
    108         name="emoji_emoticons"
    109         format="string"
    110     >
    111         <item>=-O</item>
    112         <item>:-P</item>
    113         <item>;-)</item>
    114         <item>:-(</item>
    115         <item>:-)</item>
    116         <item>:-!</item>
    117         <item>:-$</item>
    118         <item>B-)</item>
    119         <item>:O</item>
    120         <item>:-*</item>
    121         <item>:-D</item>
    122         <item>:\'(</item>
    123         <item>:-\\</item>
    124         <item>O:-)</item>
    125         <item>:-[</item>
    126     </array>
    127 </resources>
    128