Skip to content

Instantly share code, notes, and snippets.

@radzio
Last active September 7, 2016 12:55
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 radzio/757bf1e887c84bc8b79dbccdadb6dc79 to your computer and use it in GitHub Desktop.
Save radzio/757bf1e887c84bc8b79dbccdadb6dc79 to your computer and use it in GitHub Desktop.
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:enabled="@{StringUtils.isNotNullOrEmpty(viewModel.firstName) &amp;&amp; StringUtils.isNotNullOrEmpty(viewModel.lastName)}"
android:onClick="@{() -> viewModel.buttonClicked()}"
android:text="@string/btn_hello" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment