mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-02 12:52:15 +00:00
mark emoji arrays as used, as this isn't foudn automatically
This commit is contained in:
parent
042bd14a71
commit
3e86723556
2 changed files with 28 additions and 26 deletions
|
@ -21,65 +21,66 @@
|
|||
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<!-- arrays are used in kbd_emoji_category*.xml, but this is not detected-->
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<array
|
||||
name="emoji_smileys_emotion"
|
||||
format="string">
|
||||
format="string" tools:keep="@array/emoji_smileys_emotion">
|
||||
<!-- @SMILEYS_AND_EMOTION@ -->
|
||||
</array>
|
||||
|
||||
<array
|
||||
name="emoji_people_body"
|
||||
format="string">
|
||||
format="string" tools:keep="@array/emoji_people_body">
|
||||
<!-- @PEOPLE_AND_BODY@ -->
|
||||
</array>
|
||||
|
||||
<array
|
||||
name="emoji_people_body_more"
|
||||
format="string">
|
||||
format="string" tools:keep="@array/emoji_people_body_more">
|
||||
<!-- @PEOPLE_AND_BODY MORE@ -->
|
||||
</array>
|
||||
|
||||
<array
|
||||
name="emoji_animals_nature"
|
||||
format="string">
|
||||
format="string" tools:keep="@array/emoji_animals_nature">
|
||||
<!-- @ANIMALS_AND_NATURE@ -->
|
||||
</array>
|
||||
|
||||
<array
|
||||
name="emoji_food_drink"
|
||||
format="string">
|
||||
format="string" tools:keep="@array/emoji_food_drink">
|
||||
<!-- @FOOD_AND_DRINKS@ -->
|
||||
</array>
|
||||
|
||||
<array
|
||||
name="emoji_travel_places"
|
||||
format="string">
|
||||
format="string" tools:keep="@array/emoji_travel_places">
|
||||
<!-- @TRAVEL_AND_PLACES@ -->
|
||||
</array>
|
||||
|
||||
<array
|
||||
name="emoji_activities"
|
||||
format="string">
|
||||
format="string" tools:keep="@array/emoji_activities">
|
||||
<!-- @ACTIVITIES@ -->
|
||||
</array>
|
||||
|
||||
<array
|
||||
name="emoji_objects"
|
||||
format="string">
|
||||
format="string" tools:keep="@array/emoji_objects">
|
||||
<!-- @OBJECTS@ -->
|
||||
</array>
|
||||
|
||||
<array
|
||||
name="emoji_symbols"
|
||||
format="string">
|
||||
format="string" tools:keep="@array/emoji_symbols">
|
||||
<!-- @SYMBOLS@ -->
|
||||
</array>
|
||||
|
||||
<array
|
||||
name="emoji_flags"
|
||||
format="string">
|
||||
format="string" tools:keep="@array/emoji_flags">
|
||||
<!-- @FLAGS@ -->
|
||||
</array>
|
||||
|
||||
|
@ -87,7 +88,7 @@
|
|||
Do not remove these keys, because they are used as a template. -->
|
||||
<array
|
||||
name="emoji_recents"
|
||||
format="string">
|
||||
format="string" tools:keep="@array/emoji_recents">
|
||||
<!-- These code point should be aligned with {@link RecentsKeyboard#TEMPLATE_KEY_CODE_*. -->
|
||||
<item>30</item>
|
||||
<item>31</item>
|
||||
|
@ -95,7 +96,7 @@
|
|||
|
||||
<array
|
||||
name="emoji_emoticons"
|
||||
format="string">
|
||||
format="string" tools:keep="@array/emoji_emoticons">
|
||||
<item>:-)</item>
|
||||
<item>;-)</item>
|
||||
<item>:-(</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue