Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created March 13, 2019 14:27
Show Gist options
  • Save JoseAlcerreca/6fc0b14bc952bc5cc335c705e4d16414 to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/6fc0b14bc952bc5cc335c705e4d16414 to your computer and use it in GitHub Desktop.
<data>
<import type="android.arch.lifecycle.LiveData" />
<variable
name="name"
type="LiveData&lt;String>" />
</data>
<TextView
android:text="@{name}"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment