Skip to content

Instantly share code, notes, and snippets.

@jakubkinst
Last active March 1, 2018 15:28
Show Gist options
  • Save jakubkinst/ab7f2bc5c18353f033fbce1a2ad0f5d3 to your computer and use it in GitHub Desktop.
Save jakubkinst/ab7f2bc5c18353f033fbce1a2ad0f5d3 to your computer and use it in GitHub Desktop.
<layout>
<data>
<variable
name="viewModel"
type="com.strv.dundee.ui.main.MainViewModel" />
<variable
name="view"
type="com.strv.dundee.ui.main.MainView" />
</data>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
android:text="@{viewModel.data.title}" />
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment