Last active
June 8, 2019 12:14
-
-
Save Nimrodda/25149a6bba6e6063a7839b75b9979c26 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
<?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