Skip to content

Instantly share code, notes, and snippets.

@DjakaTechnology
Created June 6, 2020 04:26
Show Gist options
  • Save DjakaTechnology/b3e93ad4b473e232069bd05abb900e80 to your computer and use it in GitHub Desktop.
Save DjakaTechnology/b3e93ad4b473e232069bd05abb900e80 to your computer and use it in GitHub Desktop.
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="16dp"
android:text="@{name}"
visibilityGone="@{name == null}"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment