Last active
May 29, 2020 04:41
-
-
Save ktvipin27/6ae2a0f3d3773382bbc9312524b7cebe to your computer and use it in GitHub Desktop.
Sample layout file for the demo of template creation.
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<layout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:tools="http://schemas.android.com/tools"> | |
<data> | |
<variable | |
name="viewModel" | |
type="yourpackage.YourViewModel" /> | |
</data> | |
<!-- Add your views here.--> | |
</layout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment