Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5cfb137 authored by Brian Attwell's avatar Brian Attwell
Browse files

Update LetterTileDrawable colors

Contacts/Dialer still uses a different hashing function to 
pick the colors.

Bug: 15889179
Change-Id: I93746fe12b772743fd98923c7fea331a984bb1e5
parent f44852c3
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
@@ -58,14 +58,18 @@
    <!-- Make sure to also update LetterTileProvider#NUM_OF_TILE_COLORS when adding or removing
    colors -->
    <array name="letter_tile_colors">
        <item>#33b679</item>
        <item>#536173</item>
        <item>#855e86</item>
        <item>#df5948</item>
        <item>#aeb857</item>
        <item>#547bca</item>
        <item>#ae6b23</item>
        <item>#e5ae4f</item>
        <item>#f2b31b</item>
        <item>#f8971c</item>
        <item>#f0592b</item>
        <item>#db4436</item>
        <item>#d5197e</item>
        <item>#8f3e97</item>
        <item>#65499d</item>
        <item>#547dbe</item>
        <item>#38a4dc</item>
        <item>#0b9c57</item>
        <item>#8bc248</item>
        <item>#666666</item>
    </array>
    <color name="letter_tile_default_color">#cccccc</color>