``` relativeLayout { textView { text = "H...
# anko
d
Copy code
relativeLayout {
   textView {
      text = "Hello world"
   }.lparams {
        alignParentTop()
   }
}
👍 1
m
Thanks
a
along with centerHorizontally() etc.