Make tab text and indicator themeable

This commit is contained in:
Thialfihar
2015-06-26 15:16:34 +02:00
parent 0d1d6542ea
commit 8227db3778
5 changed files with 15 additions and 9 deletions

View File

@@ -14,5 +14,8 @@
<attr name="colorText" format="color" />
<attr name="colorBrightToolbar" format="color" />
<attr name="colorCardViewBackground" format="color" />
<attr name="colorTabText" format="color" />
<attr name="colorTabTextSelected" format="color" />
<attr name="colorTabIndicator" format="color" />
</declare-styleable>
</resources>