Skip to content

Instantly share code, notes, and snippets.

@krugloid
Created March 29, 2016 06:16
Show Gist options
  • Save krugloid/0d2bc5ad05399da52d0a to your computer and use it in GitHub Desktop.
Save krugloid/0d2bc5ad05399da52d0a to your computer and use it in GitHub Desktop.
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<data>
<variable name="counter" type="com.example.Counter"/>
<variable name="counter" type="com.example.ClickHandler"/>
</data>
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@{counter.value}"/>
<Buttonandroid:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@{handlers.clickHandle}"/>
</LinearLayout>
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment