Created
August 27, 2017 21:17
-
-
Save vsay01/f1296d33c2e2d09bb58d119ef3d11eea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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