add new elephant friends (#757)
* add new elephant friends * add art license * fix typo
This commit is contained in:
parent
04c842afc4
commit
8930d277e6
13 changed files with 207 additions and 21 deletions
|
|
@ -84,4 +84,15 @@
|
|||
|
||||
<color name="compose_media_visible_button_disabled_blue">#8c2b90d9</color>
|
||||
|
||||
<!-- colors used in the elephant friend drawables -->
|
||||
<color name="elephant_friend_border_color">#121419</color>
|
||||
<color name="elephant_friend_accent_color">@color/primary</color>
|
||||
<color name="elephant_friend_body_color">#9BAEC8</color>
|
||||
<color name="elephant_friend_dark_body_color_1">#8192A6</color>
|
||||
<color name="elephant_friend_dark_body_color_2">#7F90A4</color>
|
||||
<color name="elephant_friend_light_color_1">#CAD4E0</color>
|
||||
<color name="elephant_friend_light_color_2">#d9e1e8</color>
|
||||
|
||||
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -340,6 +340,8 @@
|
|||
<string name="license_description">Tusky contains code and assets from the following open source projects:</string>
|
||||
<string name="license_apache_2">Licensed under the Apache License (copy below)</string>
|
||||
<string name="license_cc_by_4">CC-BY 4.0</string>
|
||||
<string name="license_cc_by_sa_4">CC-BY-SA 4.0</string>
|
||||
|
||||
<string name="profile_metadata_label">Profile metadata</string>
|
||||
<string name="profile_metadata_add">add data</string>
|
||||
<string name="profile_metadata_label_label">Label</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue