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

Commit 577d218d authored by Alain Vongsouvanh's avatar Alain Vongsouvanh Committed by android-build-merger
Browse files

colors: add missing accent_material_{700,50} resources. am: fade1235

am: 8da11f44

Change-Id: I3e539a08a55bf4e2752f07a57176e1c2ec1a85e3
parents 6405b981 8da11f44
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,8 +36,10 @@
    <color name="tertiary_material_settings">@color/material_blue_grey_700</color>
    <color name="quaternary_material_settings">@color/material_blue_grey_200</color>

    <color name="accent_material_700">@color/material_deep_teal_700</color>
    <color name="accent_material_light">@color/material_deep_teal_500</color>
    <color name="accent_material_dark">@color/material_deep_teal_200</color>
    <color name="accent_material_50">@color/material_deep_teal_50</color>

    <color name="button_material_dark">#ff5a595b</color>
    <color name="button_material_light">#ffd6d7d7</color>