Skip to content

Instantly share code, notes, and snippets.

@manojbhadane
Created July 11, 2018 15:06
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 manojbhadane/88d8c03ed159033bfe3bf6c94cca3696 to your computer and use it in GitHub Desktop.
Save manojbhadane/88d8c03ed159033bfe3bf6c94cca3696 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="CustomTextView">
<attr name="fontname" format="integer">
<enum name="UbuntuRegular" value="1" />
<enum name="UbuntuBold" value="2" />
<enum name="UbuntuItalic" value="3" />
</attr>
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment