Created
July 12, 2020 23:48
-
-
Save DjangoLC/cf5f752a9293a00939f48102b1564251 to your computer and use it in GitHub Desktop.
custom switch attrs
custom switch attrs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<declare-styleable name="CustomSwitch"> | |
<attr name="textOn" format="string|reference" /> | |
<attr name="textOff" format="string|reference" /> | |
<attr name="backColorGroundShip" format="reference" /> | |
<attr name="backColorGroundSwitch" format="reference" /> | |
</declare-styleable> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment