aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/colors.xml
blob: 87454a735e19864c07f50ba3dd785af5c632c12c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?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>
</resources>