Advertisement
Guest User

Untitled

a guest
Sep 17th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. val username = editText {
  2. id = R.id.usernameEditText
  3. hintResource = R.string.sign_in_username
  4. textSize = 24f
  5. }.lparams(width = matchParent, height = wrapContent)
  6.  
  7. val password = editText {
  8. id = R.id.passwordEditText
  9. hintResource = R.string.signIn_password
  10. textSize = 24f
  11. }.lparams(width = matchParent, height = wrapContent)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement