Created
August 27, 2017 21:18
-
-
Save vsay01/86a85aa7ce72af8f1b85c3852271f35b 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
<layout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto"> | |
<data> | |
<variable | |
name="event" | |
type="com.vsay.demo.mvpdatabinding.models.Event" /> | |
</data> | |
<de.hdodenhof.circleimageview.CircleImageView | |
android:id="@+id/imageURL" | |
android:layout_width="@dimen/circle_img_dimen" | |
android:layout_height="@dimen/circle_img_dimen" | |
android:layout_alignParentEnd="true" | |
android:layout_alignParentRight="true" | |
android:transitionName="@string/sharedElement" | |
app:imageURL="@{event.imageURL}" /> | |
</layout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment