- Closed up tiny gaps in the vectors - Export larger cat PNGs - Make it harder to delete cats by accident - Properly color the two front/back feet most of the time instead of the two left/right Change-Id: I185bf433d3be004945d6e16387ec928c14376b7a Fixes: 29922607 Fixes: 30064123 Fixes: 29922111 Fixes: 29922066
54 lines
2.1 KiB
XML
54 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2016 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.
|
|
-->
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<string name="app_name" translatable="false">Android Easter Egg</string>
|
|
<string name="notification_name" translatable="false">Android Neko</string>
|
|
<string name="default_tile_name" translatable="false">\????</string>
|
|
<string name="notification_title" translatable="false">A cat is here.</string>
|
|
<string name="default_cat_name" translatable="false">Cat #%s</string>
|
|
<string name="directory_name" translatable="false">Cats</string>
|
|
<string name="confirm_delete" translatable="false">Forget %s?</string>
|
|
<string-array name="food_names" translatable="false">
|
|
<item>Empty dish</item>
|
|
<item>Bits</item>
|
|
<item>Fish</item>
|
|
<item>Chicken</item>
|
|
<item>Treat</item>
|
|
</string-array>
|
|
<array name="food_icons">
|
|
<item>@drawable/food_dish</item>
|
|
<item>@drawable/food_bits</item>
|
|
<item>@drawable/food_sysuituna</item>
|
|
<item>@drawable/food_chicken</item>
|
|
<item>@drawable/food_donut</item>
|
|
</array>
|
|
<integer-array name="food_intervals">
|
|
<item>0</item>
|
|
<item>15</item>
|
|
<item>30</item>
|
|
<item>60</item>
|
|
<item>120</item>
|
|
</integer-array>
|
|
<integer-array name="food_new_cat_prob">
|
|
<item>0</item>
|
|
<item>5</item>
|
|
<item>35</item>
|
|
<item>65</item>
|
|
<item>90</item>
|
|
</integer-array>
|
|
</resources>
|