Skip to content

Instantly share code, notes, and snippets.

@Nimrodda
Last active June 8, 2019 12:14
Show Gist options
  • Save Nimrodda/25149a6bba6e6063a7839b75b9979c26 to your computer and use it in GitHub Desktop.
Save Nimrodda/25149a6bba6e6063a7839b75b9979c26 to your computer and use it in GitHub Desktop.
<?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="game" type="com.nimroddayan.epoxysample.Game"/>
</data>
<TextView
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_marginStart="72dp"
android:gravity="center_vertical"
android:text="@{game.name}"
android:textAppearance="@style/TextAppearance.MaterialComponents.Body1"
tools:text="Game name"/>
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment