Skip to content

Instantly share code, notes, and snippets.

@xuhaibahmad
Created March 30, 2020 06:49
Show Gist options
  • Save xuhaibahmad/5a9a0668823764807e06419b74e91faf to your computer and use it in GitHub Desktop.
Save xuhaibahmad/5a9a0668823764807e06419b74e91faf to your computer and use it in GitHub Desktop.
class FormScreen : Screen<FormScreen>() {
val phone = KView { withId(R.id.phone) }
val email = KEditText { withId(R.id.email) }
val submit = KButton { withId(R.id.submit) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment