Skip to content

Instantly share code, notes, and snippets.

@iamrajendra
Last active April 28, 2018 10:30
Show Gist options
  • Save iamrajendra/975153c0a955147639ea21923dadb853 to your computer and use it in GitHub Desktop.
Save iamrajendra/975153c0a955147639ea21923dadb853 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<layout>
<data>
<variable
name="sampleVM"
type="com.codiant.boltdriver.ui.splash.SampleVM"/>
</data>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:text="@{sampleVM.name}"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:text="@{sampleVM.mobile}"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment