Skip to content

Instantly share code, notes, and snippets.

@Kotlin-Native
Created July 31, 2015 08:51
Show Gist options
  • Save Kotlin-Native/a84e871e1700d54255cc to your computer and use it in GitHub Desktop.
Save Kotlin-Native/a84e871e1700d54255cc to your computer and use it in GitHub Desktop.
Android Databinding Login/Logout Button
<ImageButton
android:id="@+id/btn_login"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@{user.loggedIn? @string/logout : @string/login}"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment