Skip to content

Instantly share code, notes, and snippets.

@v3n3
Created February 24, 2017 21:53
Show Gist options
  • Select an option

  • Save v3n3/790a1f545c3ea76f7fe0508ecaba9802 to your computer and use it in GitHub Desktop.

Select an option

Save v3n3/790a1f545c3ea76f7fe0508ecaba9802 to your computer and use it in GitHub Desktop.
<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