Last active
August 10, 2016 16:51
-
-
Save khle/3263b189f3d5fb3de8d3c7ec4d024bbe 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 xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:tools="http://schemas.android.com/tools"> | |
| <data> | |
| <variable name="loginViewModel" type="dev.kevinle.exploremvvm.viewmodel.LoginViewModel"/> | |
| <variable name="handler" type="dev.kevinle.exploremvvm.viewmodel.LoginViewModel" /> | |
| </data> | |
| ... | |
| </layout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment