Skip to content

Instantly share code, notes, and snippets.

@Kotlin-Native
Last active August 29, 2015 14:25
Show Gist options
  • Save Kotlin-Native/cd5a97cc8ee265126519 to your computer and use it in GitHub Desktop.
Save Kotlin-Native/cd5a97cc8ee265126519 to your computer and use it in GitHub Desktop.
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@{@string/userFullNameLbl + ' ' + user.firstName + ' ' + user.lastName}"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment