add prefixColor attribute to PrefixedEditText

This commit is contained in:
Vincent Breitmoser
2018-04-16 14:49:01 +02:00
parent 9bb19a3ad7
commit 45c481c067
2 changed files with 7 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
<declare-styleable name="PrefixedEditText">
<attr name="prefix" format="string" />
<attr name="prefixColor" format="color" />
</declare-styleable>
</resources>