Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
BatchStepSensor / res / values /

color.xml

       
        1
       
       
        <?xml version="1.0" encoding="utf-8"?>
       
       
        2
       
       
        <resources>
       
       
        3
       
       
       
       
        4
       
       
        <color name="card_action_inverted">@android:color/white</color>
       
       
        5
       
       
       
       
        6
       
       
        <color name="card_content_textcolor">#444</color>
       
       
        7
       
       
       
       
        8
       
       
        <color name="card_action_bg">#DDD</color>
       
       
        9
       
       
        <color name="card_action_item_bg">#F4F4F4</color>
       
       
        10
       
       
       
       
        11
       
       
        <!-- Neutral Actions -->
       
       
        12
       
       
        <color name="card_action_focused">#FFE3F4FC</color>
       
       
        13
       
       
        <color name="card_action">#FF47B4EA</color>
       
       
        14
       
       
       
       
        15
       
       
        <!-- Negative Actions -->
       
       
        16
       
       
        <color name="card_action_negative_focused">#FFFBCBCA</color>
       
       
        17
       
       
        <color name="card_action_negative">#FFF64940</color>
       
       
        18
       
       
       
       
        19
       
       
        <!-- Positive Actions -->
       
       
        20
       
       
        <color name="card_action_positive_focused">#FFE4F0AF</color>
       
       
        21
       
       
        <color name="card_action_positive">#FFA0CC00</color>
       
       
        22
       
       
        </resources>