Skip to content

Instantly share code, notes, and snippets.

@rygelouv
Created April 12, 2018 18:28
Show Gist options
  • Save rygelouv/99550fa758d75bb6cc4878f6a4b18e24 to your computer and use it in GitHub Desktop.
Save rygelouv/99550fa758d75bb6cc4878f6a4b18e24 to your computer and use it in GitHub Desktop.
class TextMultiStateView @JvmOverloads constructor(
context: Context,
attrs: AttributeSet? = null,
defStyleAttr: Int = 0
) : LinearLayout(context, attrs, defStyleAttr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment