Skip to content

Instantly share code, notes, and snippets.

@AndSky90
Created November 4, 2019 14:34
Show Gist options
  • Save AndSky90/7ed1fa5f7f1794f3d585bbae002e8645 to your computer and use it in GitHub Desktop.
Save AndSky90/7ed1fa5f7f1794f3d585bbae002e8645 to your computer and use it in GitHub Desktop.
var text: String
get() = editText.text.toString()
set(value) {
editText.setText(value, TextView.BufferType.EDITABLE)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment