Skip to content

Instantly share code, notes, and snippets.

@adityaladwa
Created January 8, 2017 11:46
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 adityaladwa/a92a3f7e0af64469f9024f3f9f8c3273 to your computer and use it in GitHub Desktop.
Save adityaladwa/a92a3f7e0af64469f9024f3f9f8c3273 to your computer and use it in GitHub Desktop.
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@{user.firstName}"
android:visibility="@{user.clicked ? View.INVISIBLE : View.VISIBLE}"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment