Make FAB colors themeable

This commit is contained in:
Thialfihar
2015-06-26 11:33:53 +02:00
parent fe9c802bbb
commit 0f6acbd030
6 changed files with 15 additions and 10 deletions

View File

@@ -3,6 +3,8 @@
<declare-styleable name="CustomTheme">
<attr name="colorFab" format="color" />
<attr name="colorFabPressed" format="color" />
<attr name="colorFabBackground" format="color" />
<attr name="colorFabText" format="color" />
<attr name="colorEmphasis" format="color" />
<attr name="colorHeaderText" format="color" />
<attr name="colorTertiaryText" format="color" />