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