aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/colors.xml
blob: d8e8018c46b460050216b037f0427b0db0a44e83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- TODO(msf): remove these 4 hard-coded colors and replace with theme colors -->
    <color name="list_item_activated">#cfd8dc</color> <!-- Blue Grey 200 -->
    <color name="list_item_ripple">#808e95</color> <!-- Blue Grey 200 dark -->
    <color name="fab_label_text_color">#ffffff</color>
    <color name="fab_label_background_color">#444444</color>

    <color name="accent">#2196F3</color>

    <!-- TODO(msf): replace with ?android:attr/colorBackground with some alpha -->
    <color name="transparent_background_placeholder">#aafafafa</color>
</resources>