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