Added subTextColor and colorOnBackground attributes for customizing theme

This commit is contained in:
Mohit 2021-06-08 21:21:34 +05:30
parent 1ac1991cf5
commit 2de61249af

View File

@ -2,5 +2,7 @@
<resources> <resources>
<attr name="colorError" format="color" /> <attr name="colorError" format="color" />
<attr name="colorOnBackground" format="reference" />
<attr name="subTextColor" format="reference" />
</resources> </resources>