aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/colors.xml
blob: bc0fbdb0f476051fbe48a4c17b1513bc5995f03f (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- TODO(msf): remove these 2 hard-coded colors and replace with theme colors -->
    <color name="fab_label_text_color">#ffffff</color>
    <color name="fab_label_background_color">#444444</color>

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