Created
February 24, 2017 21:53
-
-
Save v3n3/790a1f545c3ea76f7fe0508ecaba9802 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
| <ImageView | |
| android:layout_width="@dimen/logo_size" | |
| android:layout_height="@dimen/logo_size" | |
| android:contentDescription="@null" | |
| bind:src="@{logoURL}" | |
| bind:blur="@{20}" | |
| bind:cropCircle="@{true}" | |
| bind:error="@{@drawable/ic_error_black_24dp}" | |
| bind:placeholder="@{@drawable/ic_rowing_black_24dp}" | |
| /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment