Last active
March 1, 2018 15:28
-
-
Save jakubkinst/ab7f2bc5c18353f033fbce1a2ad0f5d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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