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

Commit 481f84c0 authored by Alan Viverette's avatar Alan Viverette
Browse files

Documentation for theme colors

BUG: 14647063
Change-Id: I3121c45bd26ae5e1c22528a255a73047157d393a
parent 1cb088c1
Loading
Loading
Loading
Loading
+18 −3
Original line number Diff line number Diff line
@@ -955,18 +955,33 @@
        <!-- ============= -->
        <!-- Color palette -->
        <!-- ============= -->
        <attr name="colorPrimaryDark" format="color" />
        <eat-comment />

        <!-- The primary branding color for the app. By default, this is the color applied to the
             action bar background and framework controls (via colorControlActivated). -->
        <attr name="colorPrimary" format="color" />

        <!-- Dark variant of the primary branding color. By default, this is the color applied to
             the status bar (via statusBarColor) and navigation bar (via navigationBarColor). -->
        <attr name="colorPrimaryDark" format="color" />

        <!-- Light variant of the primary branding color. TODO: Not used? -->
        <attr name="colorPrimaryLight" format="color" />

        <!-- Bright complement to the primary branding color. TODO: Not used? -->
        <attr name="colorAccent" format="color" />

        <!-- The color applied to framework controls in their normal state. -->
        <attr name="colorControlNormal" format="color" />

        <!-- The color applied to framework controls in their activated (ex. checked) state. -->
        <attr name="colorControlActivated" format="color" />

        <!-- The color applied to framework buttons in their normal state. -->
        <attr name="colorButtonNormal" format="color" />

        <!-- The color applied to framework buttons in their pressed state. -->
        <attr name="colorButtonPressed" format="color" />
        <attr name="colorButtonNormalColored" format="color" />
        <attr name="colorButtonPressedColored" format="color" />
    </declare-styleable>

    <!-- **************************************************************** -->