Skip to content

Instantly share code, notes, and snippets.

@vsay01
Created August 27, 2017 21:17
Show Gist options
  • Save vsay01/f1296d33c2e2d09bb58d119ef3d11eea to your computer and use it in GitHub Desktop.
Save vsay01/f1296d33c2e2d09bb58d119ef3d11eea to your computer and use it in GitHub Desktop.
<TextView
android:id="@+id/locationLine"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@{@string/locationLine(event.locationLine1, event.locationLine2)}"
android:textSize="@dimen/text_normal"
android:textStyle="bold" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment