Skip to content

Instantly share code, notes, and snippets.

@milhauscz
Created April 21, 2021 14:20
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 milhauscz/ae9b0f4b4413dc7c42068d189fb82b71 to your computer and use it in GitHub Desktop.
Save milhauscz/ae9b0f4b4413dc7c42068d189fb82b71 to your computer and use it in GitHub Desktop.
Custom emptyText attribute for MaterialSpinner
<resources>
<declare-styleable name="MaterialSpinner">
<attr name="emptyText" format="reference|string" />
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment