third_parties/mmssmiley/src/main/res/values/smileys.xml
author Da Risk <da_risk@beem-project.com>
Sun, 15 Mar 2015 21:32:05 +0100
changeset 1050 e7c2612c13b8
parent 1044 app/src/main/res/values/smileys.xml@197a85a35cba
permissions -rw-r--r--
Move mms smileys into its own module
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1007
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     2
<!--
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     3
 * Copyright (C) 2008 Esmertec AG.
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     4
 * Copyright (C) 2008 The Android Open Source Project
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     5
 *
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     6
 * Licensed under the Apache License, Version 2.0 (the "License");
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     7
 * you may not use this file except in compliance with the License.
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     8
 * You may obtain a copy of the License at
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     9
 *
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    10
 *      http://www.apache.org/licenses/LICENSE-2.0
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    11
 *
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    12
 * Unless required by applicable law or agreed to in writing, software
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    13
 * distributed under the License is distributed on an "AS IS" BASIS,
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    14
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    15
 * See the License for the specific language governing permissions and
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    16
 * limitations under the License.
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    17
 -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    18
<resources>
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    19
    <!-- NOTE: if you change anything about this array, you must make the corresponding change
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    20
         to the array DEFAULT_SMILEY_RES_IDS in MessageListItem.java and to default_smiley_names
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    21
         below. -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    22
    <string-array name="default_smiley_texts" translatable="false">
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    23
      <item>:-)</item>   <!-- 0: Happy -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    24
      <item>:-(</item>   <!-- 1: Sad -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    25
      <item>;-)</item>   <!-- 2: Winking -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    26
      <item>:-P</item>   <!-- 3: Tongue sticking out -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    27
      <item>=-O</item>   <!-- 4: Surprised -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    28
      <item>:-*</item>   <!-- 5: Kissing -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    29
      <item>:O</item>    <!-- 6: Yelling -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    30
      <item>B-)</item>   <!-- 7: Cool -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    31
      <item>:-$</item>   <!-- 8: Money mouth -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    32
      <item>:-!</item>   <!-- 9: Foot in mouth -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    33
      <item>:-[</item>   <!-- 10: Embarrassed -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    34
      <item>O:-)</item>  <!-- 11: Angel -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    35
      <item>:-\\</item>  <!-- 12: Undecided -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    36
      <item>:\'(</item>  <!-- 13: Crying -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    37
      <item>:-X</item>   <!-- 14: Lips are sealed -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    38
      <item>:-D</item>   <!-- 15: Laughing -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    39
      <item>o_O</item>   <!-- 16: Confused -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    40
      <item>&lt;3</item> <!-- 17: Heart -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    41
      <item>x-(</item>   <!-- 18: Mad -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    42
      <item>:-/</item>   <!-- 19: Smirk -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    43
      <item>:-I</item>   <!-- 20: Poker face -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    44
    </string-array>
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    45
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    46
    <!-- NOTE: if you change anything about this array, you must make the corresponding change
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    47
         to the array DEFAULT_SMILEY_RES_IDS in SmileyParser.java and to default_smiley_texts
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    48
         above. -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    49
    <string-array name="default_smiley_names">
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    50
        <item>Happy</item>                   <!-- 0: :-) -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    51
        <item>Sad</item>                     <!-- 1: :-( -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    52
        <item>Winking</item>                 <!-- 2: ;-) -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    53
        <item>Tongue sticking out</item>     <!-- 3: :-P -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    54
        <item>Surprised</item>               <!-- 4: =-O -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    55
        <item>Kissing</item>                 <!-- 5: :-* -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    56
        <item>Yelling</item>                 <!-- 6: :O -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    57
        <item>Cool</item>                    <!-- 7: B-) -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    58
        <item>Money mouth</item>             <!-- 8: :-$ -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    59
        <item>Foot in mouth</item>           <!-- 9: :-! -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    60
        <item>Embarrassed</item>             <!-- 10: :-[ -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    61
        <item>Angel</item>                   <!-- 11: O:-) -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    62
        <item>Undecided</item>               <!-- 12: :-\\ -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    63
        <item>Crying</item>                  <!-- 13: :\'( -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    64
        <item>Lips are sealed</item>         <!-- 14: :-X -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    65
        <item>Laughing</item>                <!-- 15: :-D -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    66
        <item>Confused</item>                <!-- 16: o_O -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    67
        <item>Heart</item>                   <!-- 17: <3 -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    68
        <item>Mad</item>                     <!-- 18: x-( -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    69
        <item>Smirk</item>                   <!-- 19: :-/ -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    70
        <item>Poker face</item>              <!-- 20: :-I -->
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    71
    </string-array>
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    72
c3598834218b Add SmileyParser from the android Mms application.
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
    73
</resources>