Skip to content

Instantly share code, notes, and snippets.

@tmaxxdd
Last active June 12, 2019 11:13
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 tmaxxdd/c45eb355d5340b52d93a7c40ae6ddd97 to your computer and use it in GitHub Desktop.
Save tmaxxdd/c45eb355d5340b52d93a7c40ae6ddd97 to your computer and use it in GitHub Desktop.
//XML
<TextView
android:id="@+id/hello"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
//Import all layout
kotlinx.android.synthetic.main.activity_main.*
//Kotlin
activity.hello.text = "Hello World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment