Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Created May 10, 2020 07:08
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 akexorcist/f4a12a1243f09818f9bcd66320589f4a to your computer and use it in GitHub Desktop.
Save akexorcist/f4a12a1243f09818f9bcd66320589f4a to your computer and use it in GitHub Desktop.
States in Custom View
class PostView : FrameLayout {
private var title: String? = null
private var description: String? = null
private var dividerColorResId: Int = 0
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment