Skip to content

Instantly share code, notes, and snippets.

@DjangoLC
Created July 12, 2020 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DjangoLC/cf5f752a9293a00939f48102b1564251 to your computer and use it in GitHub Desktop.
Save DjangoLC/cf5f752a9293a00939f48102b1564251 to your computer and use it in GitHub Desktop.
custom switch attrs custom switch attrs
<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