Skip to content

Instantly share code, notes, and snippets.

@ktvipin27
Last active May 29, 2020 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ktvipin27/6ae2a0f3d3773382bbc9312524b7cebe to your computer and use it in GitHub Desktop.
Save ktvipin27/6ae2a0f3d3773382bbc9312524b7cebe to your computer and use it in GitHub Desktop.
Sample layout file for the demo of template creation.
<?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