Forked from DenysZP/list_item_user-formatting-argument.xml
Created
October 24, 2019 11:32
Revisions
-
DenysZP created this gist
Oct 13, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ <ImageView android:id="@+id/avatar" android:layout_height="80dp" android:layout_width="80dp" android:transitionName="@{@string/transition_avatar(user.id)}" app:imageFromUrl="@{user.avatarUrl}" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" tools:ignore="ContentDescription" tools:srcCompat="@tools:sample/avatars" />